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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,12 +72,12 @@ The SQL `WHERE` clause selecting a time interval with the "ds" column goes in a
72
72
> {% endif %}
73
73
```
74
74
75
-
Note that you must use standard jinja macro notation rather than the special SQLMesh interval macros (e.g., `{{ start_ds }}` instead of `@start_ds`).
76
-
77
75
For more information about how to use different time types or unique keys with incremental loads, refer to [incremental model kinds](../concepts/models/model_kinds.md).
78
76
79
-
## Unit Tests
80
-
This is the same as sqlmesh unit tests...link to that. Yes, they go in the same folder as dbt tests (audits).
77
+
## Tests
78
+
SQLMesh uses dbt tests to perform SQLMesh [audits](../concepts/audits.md) (coming soon).
79
+
80
+
Add SQLMesh [unit tests](../concepts/tests.md) to a dbt project by placing them in the "tests" directory.
81
81
82
82
## Using Airflow
83
83
To use SQLMesh and dbt projects with Airflow, first configure SQLMesh to use Airflow as described in the [Airflow integrations documentation](./airflow.md).
0 commit comments