testing sqlmesh

This commit is contained in:
Deeman
2025-07-27 00:18:03 +02:00
parent f0de8a505b
commit 9baa0d185c
11 changed files with 20 additions and 76 deletions

View File

@@ -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