Skip to content

Commit b6b66c6

Browse files
updated readme and changelog (#107)
Co-authored-by: nrodriguezmicrofocus <norma.rodriguez@microfocus.com> Co-authored-by: nrodriguezmicrofocus <44621128+nrodriguezmicrofocus@users.noreply.github.com>
1 parent e1ab396 commit b6b66c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)