Sha256: e0da3a4eb18060a471d0a3f807f8b143bf10cab91605705aa08811cb00cd48f3
Contents?: true
Size: 577 Bytes
Versions: 1
Compression:
Stored size: 577 Bytes
Contents
# Teradata output plugin for Embulk TODO: Write short description here and build.gradle file. ## Overview * **Plugin type**: output * **Load all or nothing**: no * **Resume supported**: no * **Cleanup supported**: yes ## Configuration - **option1**: description (integer, required) - **option2**: description (string, default: `"myvalue"`) - **option3**: description (string, default: `null`) ## Example ```yaml out: type: teradata option1: example1 option2: example2 ``` ## 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-output-teradata-0.1.1 | README.md |