Skip to content

Commit

Permalink
updated readme and changelog (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: nrodriguezmicrofocus <[email protected]>
Co-authored-by: nrodriguezmicrofocus <[email protected]>
  • Loading branch information
3 people authored Aug 8, 2023
1 parent e1ab396 commit b6b66c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Added support for [`dbt-core version 1.5.0`](https://github.com/dbt-labs/dbt-core/discussions/7213) according to DBT guidelines.
- Support for Python 3.11.
#### Fixes:
- Supported for `constraints` data structure.
- Added support for `constraints` data structure.
- Implemented `data_type_code_to_name` to convert Python connector return types to strings.
- In both `create_table_as` and `create_view_as` macros, raised an explicit warning if a model is configured with an enforced contract
- Added new functional tests and parameterize them by overriding fixtures:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Below is a table for what features the current Vertica adapter supports for dbt.
* **Yes** - Supported, and tests pass.
* **No** - Not supported or implemented.
* **Untested** - May support out of the box, though hasn't been tested.
* **Passes Test** - The testes have passed, though haven't tested in a production like environment.
* **Passes Test** - The tests have passed, though haven't tested in a production like environment.

## Installation
```
Expand Down

0 comments on commit b6b66c6

Please sign in to comment.