src/test/resources/yml/input_hstore.yml in embulk-input-postgresql-0.7.4 vs src/test/resources/yml/input_hstore.yml in embulk-input-postgresql-0.8.0
- old
+ new
@@ -1,10 +1,10 @@
in:
type: postgresql
- host: localhost
- database: test_db
- user: test_user
- password: test_pw
+ host: #host#
+ database: #database#
+ user: #user#
+ password: #password#
table: input_hstore
select: "*"
out:
type: file
path_prefix: postgresql-input