src/test/resources/oracle/yml/test-replace.yml in embulk-output-oracle-0.6.5 vs src/test/resources/oracle/yml/test-replace.yml in embulk-output-oracle-0.7.0
- old
+ new
@@ -15,13 +15,13 @@
- {name: NUMBER_ITEM, type: string}
- {name: DATE_ITEM, type: timestamp, format: '%Y/%m/%d'}
- {name: TIMESTAMP_ITEM, type: timestamp, format: '%Y/%m/%d %H:%M:%S'}
out:
type: oracle
- host: localhost
- database: TESTDB
- user: TEST_USER
- password: test_pw
+ host: #host#
+ database: #database#
+ user: #user#
+ password: #password#
table: TEST1
mode: replace
column_options:
VARCHAR2_ITEM: {type: 'VARCHAR2(6)'}
NVARCHAR2_ITEM: {type: 'NVARCHAR2(6)'}