@@ -344,26 +344,23 @@ Model documentation is available in the [SQLMesh UI](../quickstart/ui.md#2-open-
344344
345345SQLMesh 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
362360The 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