raw ingest model

This commit is contained in:
Deeman
2025-07-27 15:40:41 +02:00
parent f5c73e32c5
commit 8b5d05b3c2
6 changed files with 270 additions and 29 deletions

View File

@@ -7,7 +7,7 @@ gateways:
# https://sqlmesh.readthedocs.io/en/stable/reference/configuration/#connection
# https://sqlmesh.readthedocs.io/en/stable/integrations/engines/duckdb/#connection-options
type: duckdb
database: materia_dev_db.db
database: materia_dev.db
extensions:
- name: zipfs
@@ -17,7 +17,7 @@ gateways:
# https://sqlmesh.readthedocs.io/en/stable/reference/configuration/#connection
# https://sqlmesh.readthedocs.io/en/stable/integrations/engines/duckdb/#connection-options
type: duckdb
database: materia_prod_db.db
database: materia_prod.db
extensions:
- name: zipfs