LoginSignup
1
1

More than 5 years have passed since last update.

embulk note

Posted at

S3 incremental

in:
  type: s3
  bucket: [bucket]
  path_prefix: [prefix]
  ...
  incremental: true
  parser:
    ...
# 1st, diff.yaml empty file
embulk run hoge.yaml -c diff.yaml
# after ran, embulk write last_path to diff.yaml.
embulk run hoge.yaml -c diff.yaml 
# -o is will be deprecated option

Out Postgres

truncate table before load

before_load: [SQL] ?
mode: truncate_insert issued delete from xxx You can find it in logger-stdout.

filter

Column

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1