You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/dbt.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,15 @@ Models **require** a start date for backfilling data through use of the `start`
57
57
58
58
### Configuration
59
59
60
-
SQLMesh determines a project's configuration settings from its dbt configuration files.
60
+
SQLMesh derives a project's configuration from its dbt configuration files. This section outlines additional settings specific to SQLMesh that can be defined.
61
61
62
-
This section describes using runtime variables to create multiple configurations and how to disable SQLMesh's automatic model description and comment registration.
62
+
#### Selecting a different state connection
63
+
64
+
[Certain engines](https://sqlmesh.readthedocs.io/en/stable/guides/configuration/?h=unsupported#state-connection), like Trino, cannot be used to store SQLMesh's state.
65
+
66
+
As a workaround, we recommend specifying a supported state engine using the `state_connection` argument instead.
67
+
68
+
Learn more about how to configure state connections in Python [here](https://sqlmesh.readthedocs.io/en/stable/guides/configuration/#state-connection).
0 commit comments