Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 654 Bytes

File metadata and controls

27 lines (22 loc) · 654 Bytes

Fivetran Teradata Destination

Pre-requisites

  • JDK v17
  • Gradle 8

Retrieving Proto Files

Download the following proto files from this repository and place them in the src/main/proto directory:

  • common.proto
  • connector_sdk.proto
  • destination_sdk.proto

Steps

  1. Build the Jar
> gradle jar
  1. Run the Jar
> java -jar build/libs/TeradataDestination.jar

To activate debug logging, you can set a system property using the -D option when running the jar, like below:

java -Ddebuglog=yes -jar build/libs/TeradataDestination.jar