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

teradata setup changes for dbt-cloud and python support #6251

Merged
merged 6 commits into from
Nov 11, 2024
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
27 changes: 15 additions & 12 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 @@
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 @@

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,17 +27,17 @@

## Python compatibility

| Plugin version | Python 3.9 | Python 3.10 | Python 3.11 |
| -------------- | ----------- | ----------- | ------------ |
|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.9 | Python 3.10 | Python 3.11 | Python 3.12 |
|----------------|------------|-------------|-------------|-------------|
| 1.0.0.x | ✅ | ❌ | ❌ | ❌ |

Check warning on line 32 in website/docs/docs/core/connect-data-platform/teradata-setup.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean '1.0.0.x'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean '1.0.0.x'? ", "location": {"path": "website/docs/docs/core/connect-data-platform/teradata-setup.md", "range": {"start": {"line": 32, "column": 3}}}, "severity": "WARNING"}
| 1.1.x.x | ✅ | ✅ | ❌ | ❌ |

Check warning on line 33 in website/docs/docs/core/connect-data-platform/teradata-setup.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean '1.1.x.x'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean '1.1.x.x'? ", "location": {"path": "website/docs/docs/core/connect-data-platform/teradata-setup.md", "range": {"start": {"line": 33, "column": 3}}}, "severity": "WARNING"}
| 1.2.x.x | ✅ | ✅ | ❌ | ❌ |

Check warning on line 34 in website/docs/docs/core/connect-data-platform/teradata-setup.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean '1.2.x.x'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean '1.2.x.x'? ", "location": {"path": "website/docs/docs/core/connect-data-platform/teradata-setup.md", "range": {"start": {"line": 34, "column": 3}}}, "severity": "WARNING"}
| 1.3.x.x | ✅ | ✅ | ❌ | ❌ |

Check warning on line 35 in website/docs/docs/core/connect-data-platform/teradata-setup.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean '1.3.x.x'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean '1.3.x.x'? ", "location": {"path": "website/docs/docs/core/connect-data-platform/teradata-setup.md", "range": {"start": {"line": 35, "column": 3}}}, "severity": "WARNING"}
| 1.4.x.x | ✅ | ✅ | ✅ | ❌ |

Check warning on line 36 in website/docs/docs/core/connect-data-platform/teradata-setup.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean '1.4.x.x'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean '1.4.x.x'? ", "location": {"path": "website/docs/docs/core/connect-data-platform/teradata-setup.md", "range": {"start": {"line": 36, "column": 3}}}, "severity": "WARNING"}
| 1.5.x | ✅ | ✅ | ✅ | ❌ |

Check warning on line 37 in website/docs/docs/core/connect-data-platform/teradata-setup.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean '1.5.x'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean '1.5.x'? ", "location": {"path": "website/docs/docs/core/connect-data-platform/teradata-setup.md", "range": {"start": {"line": 37, "column": 3}}}, "severity": "WARNING"}
| 1.6.x | ✅ | ✅ | ✅ | ❌ |

Check warning on line 38 in website/docs/docs/core/connect-data-platform/teradata-setup.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean '1.6.x'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean '1.6.x'? ", "location": {"path": "website/docs/docs/core/connect-data-platform/teradata-setup.md", "range": {"start": {"line": 38, "column": 3}}}, "severity": "WARNING"}
| 1.7.x | ✅ | ✅ | ✅ | ❌ |

Check warning on line 39 in website/docs/docs/core/connect-data-platform/teradata-setup.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean '1.7.x'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean '1.7.x'? ", "location": {"path": "website/docs/docs/core/connect-data-platform/teradata-setup.md", "range": {"start": {"line": 39, "column": 3}}}, "severity": "WARNING"}
| 1.8.x | ✅ | ✅ | ✅ | ✅ |

Check warning on line 40 in website/docs/docs/core/connect-data-platform/teradata-setup.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean '1.8.x'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean '1.8.x'? ", "location": {"path": "website/docs/docs/core/connect-data-platform/teradata-setup.md", "range": {"start": {"line": 40, "column": 3}}}, "severity": "WARNING"}

## dbt dependent packages version compatibility

Expand All @@ -46,6 +47,8 @@
| 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 |

Check warning on line 50 in website/docs/docs/core/connect-data-platform/teradata-setup.md

View workflow job for this annotation

GitHub Actions / Vale linting

[vale] reported by reviewdog 🐶 [custom.Typos] Oops there's a typo -- did you really mean '1.8.x'? Raw Output: {"message": "[custom.Typos] Oops there's a typo -- did you really mean '1.8.x'? ", "location": {"path": "website/docs/docs/core/connect-data-platform/teradata-setup.md", "range": {"start": {"line": 50, "column": 3}}}, "severity": "WARNING"}
| 1.8.x | 1.8.x | 1.3.0 | 1.3.0 |


### Connecting to Teradata
Expand Down
Loading