sqlmesh init <database>
should dynamically generate a specific template config
#3459
Labels
Feature
Adds new functionality
When I initialize a new sqlmesh project, I want to see template configs beyond the standard duckdb one. It should be specific to the database specified and should be commented out yaml lines. It makes it easier as I have one less browser tab to open in docs to update the config as needed.
Internal slack thread
sqlmesh init bigquery bat config.yaml ───────┬─────────────────────────────────────────────────────────────────────────── │ File: config.yaml ───────┼─────────────────────────────────────────────────────────────────────────── 1 │ gateways: 2 │ local: 3 │ connection: 4 │ type: duckdb 5 │ database: db.db 6 │ 7 │ default_gateway: local 8 │ 9 │ model_defaults: 10 │ dialect: bigquery 11 │ start: 2024-12-01
Future Output
The text was updated successfully, but these errors were encountered: