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