Sha256: 9ae568b1dad3971fb530cab5883992e7080c03f48cde37fcffcbc23338f56151
Contents?: true
Size: 880 Bytes
Versions: 29
Compression:
Stored size: 880 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_%Y%m%d source_format: NEWLINE_DELIMITED_JSON auto_create_dataset: true auto_create_table: true schema_file: example/schema.json skip_load: true # for debug
Version data entries
29 entries across 29 versions & 1 rubygems