update staging pipeline
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user