-
Notifications
You must be signed in to change notification settings - Fork 977
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'current' into explorer-udpate-preview
- Loading branch information
Showing
17 changed files
with
540 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
website/docs/docs/cloud/connect-data-platform/connect-teradata.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.