File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66- Added support for [ ` dbt-core version 1.5.0 ` ] ( https://github.com/dbt-labs/dbt-core/discussions/7213 ) according to DBT guidelines.
77- Support for Python 3.11.
88#### Fixes:
9- - Supported for ` constraints ` data structure.
9+ - Added support for ` constraints ` data structure.
1010- Implemented ` data_type_code_to_name ` to convert Python connector return types to strings.
1111- In both ` create_table_as ` and ` create_view_as ` macros, raised an explicit warning if a model is configured with an enforced contract
1212- Added new functional tests and parameterize them by overriding fixtures:
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Below is a table for what features the current Vertica adapter supports for dbt.
3737* ** Yes** - Supported, and tests pass.
3838* ** No** - Not supported or implemented.
3939* ** Untested** - May support out of the box, though hasn't been tested.
40- * ** Passes Test** - The testes have passed, though haven't tested in a production like environment.
40+ * ** Passes Test** - The tests have passed, though haven't tested in a production like environment.
4141
4242## Installation
4343```
You can’t perform that action at this time.
0 commit comments