Sha256: ab45785c8e833ac8286d51c736add76b66e7967c91aef84b1c8fa7683a2d8172

Contents?: true

Size: 478 Bytes

Versions: 1

Compression:

Stored size: 478 Bytes

Contents

# embulk gem install embulk-parser-none
in:
  type: file
  path_prefix: example/example.jsonl
  parser:
    type: none
    column_name: payload
out:
  type: bigquery
  mode: replace
  auth_method: json_key
  json_keyfile: /tmp/your-project-000.json
  dataset: your_dataset_name
  table: your_table_name
  compression: GZIP
  source_format: NEWLINE_DELIMITED_JSON
  auto_create_dataset: true
  auto_create_table: true
  schema_file: example/schema.json
  payload_column: payload

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embulk-output-bigquery-0.3.0.pre1 example/config_payload_column.yml