update staging pipeline

This commit is contained in:
Deeman
2025-10-07 22:20:48 +02:00
parent 0a409acbea
commit da89c2bf6e
3 changed files with 46 additions and 31 deletions

View File

@@ -10,6 +10,8 @@ gateways:
database: materia_dev.db
extensions:
- name: zipfs
- name: httpfs
- name: iceberg
prod:
connection:
@@ -17,9 +19,13 @@ 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
extensions:
- name: zipfs
- name: httpfs
- name: iceberg
default_gateway: dev