Sha256: b530777ed86c345ed60bb39f5f247e865541c515c0627b460ba7e622961cf43a

Contents?: true

Size: 869 Bytes

Versions: 1

Compression:

Stored size: 869 Bytes

Contents

in:
  type: file
  path_prefix: example/example.csv
  parser:
    type: csv
    charset: UTF-8
    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: append_direct
  auth_method: json_key
  json_keyfile: /tmp/your-project-000.json
  dataset: your_dataset_name
  table: your_table_name
  compression: GZIP
  source_format: CSV
  auto_create_dataset: true
  auto_create_table: true
  schema_file: example/schema.json
  delete_from_local_when_job_end: false

Version data entries

1 entries across 1 versions & 1 rubygems

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