Skip to content

Commit 44ade4d

Browse files
committed
Update docs
1 parent c1e1996 commit 44ade4d

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

docs/integrations/dbt.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -344,26 +344,23 @@ Model documentation is available in the [SQLMesh UI](../quickstart/ui.md#2-open-
344344

345345
SQLMesh supports running dbt projects using the majority of dbt jinja methods, including:
346346

347-
| Method | Method | Method | Method |
348-
| ----------- | -------------- | ------------ | ------- |
349-
| adapter (*) | env_var | project_name | target |
350-
| as_bool | exceptions | ref | this |
351-
| as_native | from_yaml | return | to_yaml |
352-
| as_number | is_incremental | run_query | var |
353-
| as_text | load_result | schema | zip |
354-
| api | log | set | |
355-
| builtins | modules | source | |
356-
| config | print | statement | |
357-
358-
\* `adapter.expand_target_column_types` is not currently supported.
347+
| Method | Method | Method | Method |
348+
| --------- | -------------- | ------------ | ------- |
349+
| adapter | env_var | project_name | target |
350+
| as_bool | exceptions | ref | this |
351+
| as_native | from_yaml | return | to_yaml |
352+
| as_number | is_incremental | run_query | var |
353+
| as_text | load_result | schema | zip |
354+
| api | log | set | |
355+
| builtins | modules | source | |
356+
| config | print | statement | |
359357

360358
## Unsupported dbt jinja methods
361359

362360
The dbt jinja methods that are not currently supported are:
363361

364362
* debug
365363
* selected_sources
366-
* adapter.expand_target_column_types
367364
* graph.nodes.values
368365
* graph.metrics.values
369366

0 commit comments

Comments
 (0)