Skip to content

Commit 1921e08

Browse files
committed
update wording
1 parent 591b81b commit 1921e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/cli/project_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def _gen_config(
119119
ProjectTemplate.DBT: f"""# --- DBT-specific options ---
120120
dbt:
121121
# 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"
122+
# The inferred state schemas are named "sqlmesh_state_<profile name>_<target schema>", eg "sqlmesh_state_jaffle_shop_dev"
123123
# If this is undesirable, you may manually configure the gateway to use a specific state schema name
124124
# https://sqlmesh.readthedocs.io/en/stable/integrations/dbt/#selecting-a-different-state-connection
125125
infer_state_schema_name: True

0 commit comments

Comments
 (0)