This section provides information on how to enable connection to Teradata databases.
For more information on supported versions, see Connection Types.
To enable connectivity, you must download and install the Teradata drivers into an accessible location on the .
Steps:
data-service.classpath
. To the classpath value for the drivers directory::
./*
.Was:
/opt/trifacta/drivers/ |
Updated:
:/opt/trifacta/drivers/* |
Was:
"data-service": { ... "classpath": "%(topOfTree)s/services/data-service/build/libs/data-service.jar:%(topOfTree)s/services/data-service/build/conf:%(topOfTree)s/services/data-service/build/dependencies/*" |
Updated:
"data-service": { ... "classpath": "%(topOfTree)s/services/data-service/build/libs/data-service.jar:%(topOfTree)s/services/data-service/build/conf:%(topOfTree)s/services/data-service/build/dependencies/*:/opt/trifacta/drivers/*" |
Particular when reading from large Teradata tables, you might experience read timeouts in the .
The default setting is 300
seconds (5 minutes). You should consider raising this limit if you are working with large tables.
For more information, see Configure Photon Running Environment.
For more information on creating a Teradata connection, see Create Connection Window.
Steps:
For more information, see Verify Operations.