Skip to content

Commit

Permalink
Adding Teradata configs page (#6237)
Browse files Browse the repository at this point in the history
  • Loading branch information
amychen1776 authored Oct 4, 2024
2 parents 78004ee + cbc7ea2 commit 715bf77
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
29 changes: 29 additions & 0 deletions website/docs/docs/cloud/connect-data-platform/connect-teradata.md
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.

0 comments on commit 715bf77

Please sign in to comment.