Skip to content

Commit

Permalink
relase and documentation work (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Sharma <[email protected]>
  • Loading branch information
VarunSharma15 and Sharma authored Nov 3, 2023
1 parent d6b5197 commit 9bab536
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## teradata_utils 1.0.0

### Features
* Newly added macros (at_least_one, deduplicate, expression_is_true, generate_surrogate_key)
* Updated python and dbt-core dependency

### Fixes
* * Removed cross-db macros as they have been moved to dbt-teradata
### Docs

### Under the hood
* Added a test patch files to test dbt-utils macros against db-teradata

---
## teradata_utils 0.1.0

### Features
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ This [dbt](https://github.com/dbt-labs/dbt) package provides compatibility with
| Schema tests | sequential_values | :white_check_mark: | no customization needed |
| Schema tests | unique_combination_of_columns | :white_check_mark: | no customization needed |
| Schema tests | accepted_range | :white_check_mark: | no customization needed |
| Schema tests | at_least_one | :white_check_mark: | custom macro provided |
| Schema tests | expression_is_true | :white_check_mark: | custom macro provided |
| Introspective macros | get_column_values | :white_check_mark: | custom macro provided |
| Introspective macros | get_relations_by_pattern | :white_check_mark: | custom macro provided |
| Introspective macros | get_relations_by_prefix | :white_check_mark: | custom macro provided |
Expand All @@ -71,10 +73,11 @@ This [dbt](https://github.com/dbt-labs/dbt) package provides compatibility with
| SQL generators | star | :white_check_mark: | no customization needed |
| SQL generators | union_relations | :white_check_mark: | custom macro provided |
| SQL generators | generate_series | :white_check_mark: | custom macro provided |
| SQL generators | surrogate_key | :white_check_mark: | custom macro provided, [additional install steps required](#additional-steps-for-surrogate_key-macro) |
| SQL generators | generate_surrogate_key | :white_check_mark: | custom macro provided, [additional install steps required](#additional-steps-for-surrogate_key-macro) |
| SQL generators | safe_add | :white_check_mark: | no customization needed |
| SQL generators | pivot | :white_check_mark: | no customization needed |
| SQL generators | unpivot | :white_check_mark: | no customization needed, see [compatibility note](#unpivot) |
| SQL generators | deduplicate | :white_check_mark: | custom macro provided |
| Web macros | get_url_parameter | :white_check_mark: | no customization needed |
| Web macros | get_url_host | :white_check_mark: | no customization needed |
| Web macros | get_url_path | :white_check_mark: | custom macro provided |
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pytest~=6.0
tox~=3.2
git+https://github.com/Teradata/dbt-adapter-tests
pylava~=0.3.0
dbt-teradata~=1.6.1 # TODO: fodler macros/utils needs to be included
dbt-teradata~=1.6.0
-e .

0 comments on commit 9bab536

Please sign in to comment.