Skip to content

Commit b6df77b

Browse files
authored
docs: add unsupported adapter jinja functions for dbt (#629)
1 parent 0ef21fb commit b6df77b

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

docs/integrations/dbt.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,20 @@ See the [Airflow configuration documentation](https://airflow.apache.org/docs/ap
9494
9595
The majority of dbt jinja methods are supported, including:
9696
97-
| Method | Method | Method | Method
98-
| ------ | ------ | ------ | ------
99-
| adapter | env_var | project_name | target
100-
| as_bool | exceptions | ref | this
101-
| as_native | from_yaml | return | to_yaml
102-
| as_number | is_incremental (ignored, see [above](#insert-overwrite-and-deleteinsert-modifications)) | run_query | var
103-
| as_text | load_result | schema | zip
104-
| api | log | set |
105-
| builtins | modules | source |
106-
| config | print | statement |
97+
| Method | Method | Method | Method
98+
| ------ | ------ | ------ | ------
99+
| adapter (*) | env_var | project_name | target
100+
| as_bool | exceptions | ref | this
101+
| as_native | from_yaml | return | to_yaml
102+
| as_number | is_incremental (**) | run_query | var
103+
| as_text | load_result | schema | zip
104+
| api | log | set |
105+
| builtins | modules | source |
106+
| config | print | statement |
107+
108+
\* `adapter.rename_relation` and `adapter.expand_target_column_types` are not currently supported.
109+
110+
\*\* this is ignored, see [above](#insert-overwrite-and-deleteinsert-modifications).
107111
108112
## Unsupported dbt features
109113
@@ -119,4 +123,3 @@ SQLMesh is continuously adding more dbt features. This is a list of major featur
119123
## Missing something you need?
120124
121125
Submit an [issue](https://github.com/TobikoData/sqlmesh/issues), and we'll look into it!
122-

0 commit comments

Comments
 (0)