Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

ebyhr/embulk-input-teradata

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Teradata input plugin for Embulk

Connect teradata server with jdbc

Overview

  • Plugin type: input
  • Resume supported: no
  • Cleanup supported: no
  • Guess supported: no

Configuration

  • host: description (string, required)
  • user: description (string, required)
  • password: description (string, required)
  • database: description (string, required)

Example

in:
  type: teradata
  driver_class: com.teradata.jdbc.TeraDriver
  host: 127.0.0.1
  user: dbc
  password: "dbc"
  database: dbc
  query: select * from dbc.tables;

Build

$ ./gradlew gem  # -t to watch change of files and rebuild continuously

About

Teradata input plugin for Embulk

Resources

Stars

Watchers

Forks

Packages

No packages published