Create a Teradata Data Source
Administrators can create a Data Source for Teradata that Domino users can access. Domino recommends this method. See the Admin Guide for details. After your administrator has created the Data Source, you can query it.You must specify the database name in your query, as in this example where
td_demo is the database name and yellow_cab is the table name:Alternate way to connect to a Teradata Data Source
Domino recommends the Teradata SQL Driver for Python.Environment setup
The Teradata SQL driver for Python comes pre-installed in several Domino environments. If your environment does not have it installed by default, you can use the following Dockerfile instructions to add it to your environment:Credential setup
Set the following Domino environment variables to store secure information about your Teradata connection.-
TERADATA_USER -
TERADATA_PASSWORD -
TERADATA_HOST
Usage
See the Teradata SQL Driver for Python documentation for information about how to use the package. The following is an example.Additional resources for Teradata SQL Driver
Python: R:Next steps
- After connecting to your Data Source, learn how to Use Data Sources.
- Share this Data Source with your collaborators.