Sha256: d48034e6f1986e344f6e73ee7088a8932128cc81ddeec2b94a74aadf835c5d7e

Contents?: true

Size: 999 Bytes

Versions: 6

Compression:

Stored size: 999 Bytes

Contents

in:
  type: bigquery_extract_files
  project: project
  json_keyfile: google-key.json
  #dataset: testdataset
  #table: testtable
  query: 'select a,b,c from testdataset.testtable'
  gcs_uri: gs://bucket/dir/csv-*
  temp_dataset: tempdataset
  temp_local_path: /tmp/test/data
  file_format: 'CSV'
  compression: 'GZIP'
  temp_schema_file_path: /tmp/test/schema/csv_schema.json
  decoders:
  - {type: gzip}
  parser:
    type: csv_with_schema_file
    default_timestamp_format: '%Y-%m-%d %H:%M:%S %z'
    schema_path: /tmp/test/schema/csv_schema.json
out: 
  type: mysql
  host: localhost
  user: user
  password: passwd
  port: 10315
  database: dbname
  table: test_table
  # https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-configuration-properties.html
  options: {connectTimeout: 0, waitTimeout: 0, enableQueryTimeouts: false, waitTimeout: 0, autoReconnect: true}
  mode: insert
  column_options:
    log_id: {type: 'bigint not null PRIMARY KEY'}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
embulk-input-bigquery_extract_files-0.0.14 config.yml
embulk-input-bigquery_extract_files-0.0.13 config.yml
embulk-input-bigquery_extract_files-0.0.12 config.yml
embulk-input-bigquery_extract_files-0.0.11 config.yml
embulk-input-bigquery_extract_files-0.0.10 config.yml
embulk-input-bigquery_extract_files-0.0.9 config.yml