Skip to content

Commit

Permalink
teradata setup changes for dbt-cloud and python support
Browse files Browse the repository at this point in the history
  • Loading branch information
VarunSharma15 committed Oct 7, 2024
1 parent 1886fd0 commit 4f40e38
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions website/docs/docs/core/connect-data-platform/teradata-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ meta:
github_repo: 'Teradata/dbt-teradata'
pypi_package: 'dbt-teradata'
min_core_version: 'v0.21.0'
cloud_support: Not Supported
cloud_support: Supported
min_supported_version: 'n/a'
slack_channel_name: '#db-teradata'
slack_channel_link: 'https://getdbt.slack.com/archives/C027B6BHMT3'
Expand All @@ -18,6 +18,7 @@ meta:

Some core functionality may be limited. If you're interested in contributing, check out the source code in the repository listed in the next section.

<Snippet path="warehouse-setups-cloud-callout" />

import SetUpPages from '/snippets/_setup-pages-intro.md';

Expand All @@ -26,20 +27,20 @@ import SetUpPages from '/snippets/_setup-pages-intro.md';

## Python compatibility

| Plugin version | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 |
| -------------- | ----------- | ----------- | ----------- | ----------- | ----------- | ------------ |
| 0.19.0.x | ✅ | ✅ | ✅ | ❌ | ❌ | ❌
| 0.20.0.x | ✅ | ✅ | ✅ | ✅ | ❌ | ❌
| 0.21.1.x | ✅ | ✅ | ✅ | ✅ | ❌ | ❌
| 1.0.0.x | ❌ | ✅ | ✅ | ✅ | ❌ | ❌
|1.1.x.x | ❌ | ✅ | ✅ | ✅ | ✅ | ❌
|1.2.x.x | ❌ | ✅ | ✅ | ✅ | ✅ | ❌
|1.3.x.x | ❌ | ✅ | ✅ | ✅ | ✅ | ❌
|1.4.x.x | ❌ | ✅ | ✅ | ✅ | ✅ | ✅
|1.5.x | ❌ | ✅ | ✅ | ✅ | ✅ | ✅
|1.6.x | ❌ | ❌ | ✅ | ✅ | ✅ | ✅
|1.7.x | ❌ | ❌ | ✅ | ✅ | ✅ | ✅
|1.8.x | ❌ | ❌ | ✅ | ✅ | ✅ | ✅
| Plugin version | Python 3.6 | Python 3.7 | Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 | Python 3.12 |
| -------------- | ----------- | ----------- | ----------- | ----------- | ----------- | ------------ | ------------ |
| 0.19.0.x | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌
| 0.20.0.x | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌
| 0.21.1.x | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌
| 1.0.0.x | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌
|1.1.x.x | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌
|1.2.x.x | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌
|1.3.x.x | ❌ | ✅ | ✅ | ✅ | ✅ | ❌ | ❌
|1.4.x.x | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌
|1.5.x | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ❌
|1.6.x | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌
|1.7.x | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ❌
|1.8.x | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅

## dbt dependent packages version compatibility

Expand All @@ -49,6 +50,8 @@ import SetUpPages from '/snippets/_setup-pages-intro.md';
| 1.6.7 | 1.6.7 | 1.1.1 | 1.1.1 |
| 1.7.x | 1.7.x | 1.1.1 | 1.1.1 |
| 1.8.x | 1.8.x | 1.1.1 | 1.1.1 |
| 1.8.x | 1.8.x | 1.2.0 | 1.2.0 |
| 1.8.x | 1.8.x | 1.3.0 | 1.3.0 |


### Connecting to Teradata
Expand Down

0 comments on commit 4f40e38

Please sign in to comment.