testing sqlmesh
This commit is contained in:
@@ -1,24 +1,27 @@
|
||||
# --- Gateway Connection ---
|
||||
gateways:
|
||||
duckdb:
|
||||
|
||||
dev:
|
||||
connection:
|
||||
# For more information on configuring the connection to your execution engine, visit:
|
||||
# https://sqlmesh.readthedocs.io/en/stable/reference/configuration/#connection
|
||||
# https://sqlmesh.readthedocs.io/en/stable/integrations/engines/duckdb/#connection-options
|
||||
type: duckdb
|
||||
database: db.db
|
||||
# concurrent_tasks: 1
|
||||
# register_comments: True
|
||||
# pre_ping: False
|
||||
# pretty_sql: False
|
||||
# catalogs:
|
||||
# extensions:
|
||||
# connector_config:
|
||||
# secrets:
|
||||
# filesystems:
|
||||
# token:
|
||||
database: materia_dev_db.db
|
||||
extensions:
|
||||
- name: zipfs
|
||||
|
||||
default_gateway: duckdb
|
||||
prod:
|
||||
connection:
|
||||
# For more information on configuring the connection to your execution engine, visit:
|
||||
# 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
|
||||
extensions:
|
||||
- name: zipfs
|
||||
|
||||
default_gateway: dev
|
||||
|
||||
# --- Model Defaults ---
|
||||
# https://sqlmesh.readthedocs.io/en/stable/reference/model_configuration/#model-defaults
|
||||
|
||||
Reference in New Issue
Block a user