Snowflex — Odoo Snowflake Connector
by Stream Lean Industry 4.0 https://www.streamleanindustry.com/$ 1000.00
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 1114 |
| Technical Name |
snowflake_connector |
| License | OPL-1 |
| Website | https://www.streamleanindustry.com/ |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 1114 |
| Technical Name |
snowflake_connector |
| License | OPL-1 |
| Website | https://www.streamleanindustry.com/ |
Overview
Snowflex is a production-ready Odoo connector that continuously exports your Odoo data into Snowflake — the cloud data platform. Unlock powerful BI dashboards, analytics, and reporting on top of your live Odoo data without touching your ERP performance.
18.0 Snowflake BI Data Warehouse Incremental Sync Manufacturing Quality Inventory
Snowflake Connection Configuration — Account, Warehouse, Database, Schema
Key Features
Two Sync Strategies
Full Refresh: TRUNCATE + INSERT — always a clean copy.
Incremental: MERGE on write_date — only updated records,
perfect for large tables.
Automatic Schema Evolution
New columns are added to Snowflake automatically when your Odoo model gains new fields. Zero manual DDL maintenance.
Audit Columns
Every row gets SF_LOADED_AT (timestamp) and SF_BATCH_ID (UUID)
appended automatically for full traceability.
Batch Processing
Data is sent in batches of 5 000 rows with exponential backoff retry (3 attempts) to handle transient Snowflake errors gracefully.
Pre-configured Templates
Ready-to-use export templates for Manufacturing, Quality, and Inventory — install and sync in minutes, no configuration needed.
Alerts & Monitoring
Email notification on sync error. Detailed sync logs with row count, duration, batch ID, and error messages.
Scheduled Sync (Cron)
Built-in cron job triggers automatic sync at your chosen interval. Fully configurable from Odoo Settings → Technical → Scheduled Actions.
Secure Connection
Credentials stored encrypted in Odoo. Supports Snowflake account identifier, custom role, warehouse, database, and schema.
Export Jobs — configure and manage each sync job individually
Pre-configured Export Templates
| Category | Template | Odoo Model |
|---|---|---|
| Manufacturing | Manufacturing Orders | mrp.production |
| Manufacturing | Work Orders | mrp.workorder |
| Manufacturing | Bill of Materials | mrp.bom |
| Manufacturing | BOM Lines | mrp.bom.line |
| Manufacturing | Work Centers | mrp.workcenter |
| Quality | Quality Checks | quality.check |
| Quality | Quality Control Points | quality.point |
| Quality | Quality Alerts | quality.alert |
| Quality | Stock Lots | stock.lot |
| Inventory | Fuel Distributions | fuel.distribution |
| Inventory | Fuel Pumps | fuel.pump |
Export Templates — pick any Odoo model, choose fields, set sync strategy
How It Works
- Configure your Snowflake connection (account, warehouse, database, schema, credentials).
- Create an export job from a pre-built template or define your own (model + fields).
- Choose a strategy: Full Refresh or Incremental.
- Run manually or let the cron handle it automatically.
- Analyze your Odoo data in Snowflake using any BI tool (Tableau, Power BI, Looker, etc.).
Sync Logs — full audit trail of every export run
Requirements
| Requirement | Details |
|---|---|
| Odoo version | 18.0 |
| Python package | snowflake-connector-python (install via pip) |
| Snowflake account | Any Snowflake edition (Standard, Enterprise, Business Critical) |
| Odoo modules | base, mail (no extra Odoo modules required) |
Install the Python dependency on your Odoo server:
pip install snowflake-connector-python
Support
Need help with installation, configuration, or a custom template?
Contact us at support@streamleanindustry.com
or visit streamleanindustry.com.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module