Skip to content

Teradata/fivetran-destination-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •