diff --git a/CHANGELOG.md b/CHANGELOG.md index 518de19..3ed96f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/README.md b/README.md index 1d276ad..c79d19f 100644 --- a/README.md +++ b/README.md @@ -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 ```