Sha256: ff61cf7d7e9c76a073cb7052a71a73eb687e216cc7df4f962e9ad45c2df86c6b
Contents?: true
Size: 671 Bytes
Versions: 1
Compression:
Stored size: 671 Bytes
Contents
# 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 ```yaml 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 ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
embulk-input-teradata-0.1.2 | README.md |