@@ -94,16 +94,20 @@ See the [Airflow configuration documentation](https://airflow.apache.org/docs/ap
9494
9595The 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
121125Submit an [issue](https://github.com/TobikoData/sqlmesh/issues), and we' ll look into it!
122-
0 commit comments