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

Adding Teradata configs page #6237

Merged
merged 5 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
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
@@ -0,0 +1,29 @@
---
title: "Connect Teradata"
id: connect-teradata
description: "Configure the Teradata platform connection in dbt Cloud."
sidebar_label: "Connect Teradata"
---

# Connect Teradata <Lifecycle status="preview" />

Your environment(s) must be on ["Versionless"](/docs/dbt-versions/versionless-cloud) to use the Teradata connection.

| Field | Description | Type | Required? | Example |
| ----------------------------- | --------------------------------------------------------------------------------------------- | -------------- | --------- | ------- |
| Host | Host name of your Teradata environment. | String | Required | host-name.env.clearscape.teradata.com |
| Port | The database port number. Equivalent to the Teradata JDBC Driver DBS_PORT connection parameter.| Quoted integer | Optional | 1025 |
| Retries | Number of times to retry to connect to database upon error. | Integer | optional | 10 |
| Request timeout | The waiting period between connections attempts in seconds. Default is "1" second. | Quoted integer | Optional | 3 |

<Lightbox src="/img/docs/dbt-cloud/teradata-connection.png" title="Example of the Teradata connection fields." />

### Development and deployment credentials

| Field | Description | Type | Required? | Example |
| ------------------------------|-----------------------------------------------------------------------------------------------|----------------|-----------|--------------------|
| Username | The database username. Equivalent to the Teradata JDBC Driver USER connection parameter. | String | Required | database_username |
| Password | The database password. Equivalent to the Teradata JDBC Driver PASSWORD connection parameter. | String | Required | DatabasePassword123 |
| Schema | Specifies the initial database to use after login, rather than the user's default database. | String | Required | dbtlabsdocstest |

<Lightbox src="/img/docs/dbt-cloud/teradata-deployment.png" title="Example of the developer credential fields." />
9 changes: 5 additions & 4 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,16 @@ const sidebarSettings = {
},
items: [
"docs/cloud/connect-data-platform/about-connections",
"docs/cloud/connect-data-platform/connect-apache-spark",
"docs/cloud/connect-data-platform/connect-amazon-athena",
"docs/cloud/connect-data-platform/connect-azure-synapse-analytics",
"docs/cloud/connect-data-platform/connect-microsoft-fabric",
"docs/cloud/connect-data-platform/connect-starburst-trino",
"docs/cloud/connect-data-platform/connect-snowflake",
"docs/cloud/connect-data-platform/connect-bigquery",
"docs/cloud/connect-data-platform/connect-databricks",
"docs/cloud/connect-data-platform/connect-microsoft-fabric",
"docs/cloud/connect-data-platform/connect-redshift-postgresql-alloydb",
"docs/cloud/connect-data-platform/connect-apache-spark",
"docs/cloud/connect-data-platform/connect-starburst-trino",
"docs/cloud/connect-data-platform/connect-snowflake",
"docs/cloud/connect-data-platform/connect-teradata",
],
},
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading