Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated as per dbt-teradata 1.7.0 #4585

Merged
merged 3 commits into from
Dec 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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