Skip to content

Commit

Permalink
Updated as per dbt-teradata 1.7.0 (#4585)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?
* Updated compatibility matrix with dbt-core 1.7.0 support
* Added newly migrated cross-database macros
  • Loading branch information
matthewshaver authored Dec 22, 2023
2 parents ec10419 + 3debd8a commit 442906c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ import SetUpPages from '/snippets/_setup-pages-intro.md';
|1.4.x.x | ❌ | ✅ | ✅ | ✅ | ✅ | ✅
|1.5.x | ❌ | ✅ | ✅ | ✅ | ✅ | ✅
|1.6.x | ❌ | ❌ | ✅ | ✅ | ✅ | ✅
|1.7.x | ❌ | ❌ | ✅ | ✅ | ✅ | ✅

## dbt dependent packages version compatibility

| dbt-teradata | dbt-core | dbt-teradata-util | dbt-util |
|--------------|------------|-------------------|----------------|
| 1.2.x | 1.2.x | 0.1.0 | 0.9.x or below |
| 1.6.7 | 1.6.7 | 1.1.1 | 1.1.1 |
| 1.7.0 | 1.7.3 | 1.1.1 | 1.1.1 |


### Connecting to Teradata
Expand Down Expand Up @@ -172,6 +174,8 @@ For using cross DB macros, teradata-utils as a macro namespace will not be used,
| Cross-database macros | type_string | :white_check_mark: | custom macro provided |
| Cross-database macros | last_day | :white_check_mark: | no customization needed, see [compatibility note](#last_day) |
| Cross-database macros | width_bucket | :white_check_mark: | no customization
| Cross-database macros | generate_series | :white_check_mark: | custom macro provided
| Cross-database macros | date_spine | :white_check_mark: | no customization


#### examples for cross DB macros
Expand Down

0 comments on commit 442906c

Please sign in to comment.