Skip to content

Instantly share code, notes, and snippets.

@hiroyuki-sato
Created July 5, 2016 08:28
Show Gist options
  • Save hiroyuki-sato/ddc5f291e9cfb2e6bb7c0825739fe0a5 to your computer and use it in GitHub Desktop.
Save hiroyuki-sato/ddc5f291e9cfb2e6bb7c0825739fe0a5 to your computer and use it in GitHub Desktop.
embulk multiple include

config.yml.liquid

{% include 'query' %}

{% include 'conn' %}

out: {type: stdout}

_conn.yml.liquid

in:
  type: postgresql
  host: 127.0.0.1
  user: user
  password: password
  database: embulk_test
  query: *test

_query.yml.liquid

query: &test "select * from auto_inc_test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment