Sha256: a0de5add0eb093ad65113f542e9416c2db6001f14d2a1b49a3bc710d7c1148f4

Contents?: true

Size: 938 Bytes

Versions: 25

Compression:

Stored size: 938 Bytes

Contents

in:
  type: file
  path_prefix: example/example.csv
  parser:
    type: csv
    charset: UTF-8
    newline: CRLF
    null_string: 'NULL'
    skip_header_lines: 1
    comment_line_marker: '#'
    columns:
      - {name: date,        type: string}
      - {name: timestamp,   type: timestamp, format: "%Y-%m-%d %H:%M:%S.%N", timezone: "+09:00"}
      - {name: "null",      type: string}
      - {name: long,        type: long}
      - {name: string,      type: string}
      - {name: double,      type: double}
      - {name: boolean,     type: boolean}
out:
  type: bigquery
  mode: replace
  auth_method: json_key
  json_keyfile: example/your-project-000.json
  dataset: your_dataset_name
  table: your_table_name
  source_format: NEWLINE_DELIMITED_JSON
  auto_create_dataset: true
  auto_create_table: true
  schema_file: example/schema.json
  with_rehearsal: true
  rehearsal_counts: 1
  skip_load: true # for debug
  compression: GZIP

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
embulk-output-bigquery-0.5.0 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.14 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.13 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.12 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.11 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.10 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.9 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.8 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.7 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.6 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.5 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.4 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.3 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.2 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.1 example/config_with_rehearsal.yml
embulk-output-bigquery-0.4.0 example/config_with_rehearsal.yml
embulk-output-bigquery-0.3.7 example/config_with_rehearsal.yml
embulk-output-bigquery-0.3.6 example/config_with_rehearsal.yml
embulk-output-bigquery-0.3.5 example/config_with_rehearsal.yml
embulk-output-bigquery-0.3.4 example/config_with_rehearsal.yml