Skip to content

Commit 71bb0ff

Browse files
authored
Fix macro and test language in integrations/dbt (#616)
* Fix macro and test language in integrations/dbt * Fix unsupported feature list
1 parent 6d68ef9 commit 71bb0ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/integrations/dbt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ The SQL `WHERE` clause selecting a time interval with the "ds" column goes in a
7272
> {% endif %}
7373
```
7474
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-
7775
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).
7876
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.
8181
8282
## Using Airflow
8383
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

Comments
 (0)