File tree 4 files changed +34
-4
lines changed
docs/docs/cloud/connect-data-platform
static/img/docs/dbt-cloud 4 files changed +34
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : " Connect Teradata"
3
+ id : connect-teradata
4
+ description : " Configure the Teradata platform connection in dbt Cloud."
5
+ sidebar_label : " Connect Teradata"
6
+ ---
7
+
8
+ # Connect Teradata <Lifecycle status =" preview " />
9
+
10
+ Your environment(s) must be on [ "Versionless"] ( /docs/dbt-versions/versionless-cloud ) to use the Teradata connection.
11
+
12
+ | Field | Description | Type | Required? | Example |
13
+ | ----------------------------- | --------------------------------------------------------------------------------------------- | -------------- | --------- | ------- |
14
+ | Host | Host name of your Teradata environment. | String | Required | host-name.env.clearscape.teradata.com |
15
+ | Port | The database port number. Equivalent to the Teradata JDBC Driver DBS_PORT connection parameter.| Quoted integer | Optional | 1025 |
16
+ | Retries | Number of times to retry to connect to database upon error. | Integer | optional | 10 |
17
+ | Request timeout | The waiting period between connections attempts in seconds. Default is "1" second. | Quoted integer | Optional | 3 |
18
+
19
+ <Lightbox src =" /img/docs/dbt-cloud/teradata-connection.png " title =" Example of the Teradata connection fields. " />
20
+
21
+ ### Development and deployment credentials
22
+
23
+ | Field | Description | Type | Required? | Example |
24
+ | ------------------------------| -----------------------------------------------------------------------------------------------| ----------------| -----------| --------------------|
25
+ | Username | The database username. Equivalent to the Teradata JDBC Driver USER connection parameter. | String | Required | database_username |
26
+ | Password | The database password. Equivalent to the Teradata JDBC Driver PASSWORD connection parameter. | String | Required | DatabasePassword123 |
27
+ | Schema | Specifies the initial database to use after login, rather than the user's default database. | String | Required | dbtlabsdocstest |
28
+
29
+ <Lightbox src =" /img/docs/dbt-cloud/teradata-deployment.png " title =" Example of the developer credential fields. " />
Original file line number Diff line number Diff line change @@ -60,15 +60,16 @@ const sidebarSettings = {
60
60
} ,
61
61
items : [
62
62
"docs/cloud/connect-data-platform/about-connections" ,
63
+ "docs/cloud/connect-data-platform/connect-apache-spark" ,
63
64
"docs/cloud/connect-data-platform/connect-amazon-athena" ,
64
65
"docs/cloud/connect-data-platform/connect-azure-synapse-analytics" ,
65
- "docs/cloud/connect-data-platform/connect-microsoft-fabric" ,
66
- "docs/cloud/connect-data-platform/connect-starburst-trino" ,
67
- "docs/cloud/connect-data-platform/connect-snowflake" ,
68
66
"docs/cloud/connect-data-platform/connect-bigquery" ,
69
67
"docs/cloud/connect-data-platform/connect-databricks" ,
68
+ "docs/cloud/connect-data-platform/connect-microsoft-fabric" ,
70
69
"docs/cloud/connect-data-platform/connect-redshift-postgresql-alloydb" ,
71
- "docs/cloud/connect-data-platform/connect-apache-spark" ,
70
+ "docs/cloud/connect-data-platform/connect-starburst-trino" ,
71
+ "docs/cloud/connect-data-platform/connect-snowflake" ,
72
+ "docs/cloud/connect-data-platform/connect-teradata" ,
72
73
] ,
73
74
} ,
74
75
{
You can’t perform that action at this time.
0 commit comments