We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591b81b commit 1921e08Copy full SHA for 1921e08
sqlmesh/cli/project_init.py
@@ -119,7 +119,7 @@ def _gen_config(
119
ProjectTemplate.DBT: f"""# --- DBT-specific options ---
120
dbt:
121
# This configuration ensures that each dbt target gets its own isolated state.
122
- # The inferred state schemas are named "sqlmesh_state_<project name>_<target schema>", eg "sqlmesh_state_jaffle_shop_dev"
+ # The inferred state schemas are named "sqlmesh_state_<profile name>_<target schema>", eg "sqlmesh_state_jaffle_shop_dev"
123
# If this is undesirable, you may manually configure the gateway to use a specific state schema name
124
# https://sqlmesh.readthedocs.io/en/stable/integrations/dbt/#selecting-a-different-state-connection
125
infer_state_schema_name: True
0 commit comments