Sha256: b9a2b595b521b2b0c2dab73c4eec786ead68b8b8b16360d4c76ce14c33384e4d
Contents?: true
Size: 877 Bytes
Versions: 29
Compression:
Stored size: 877 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 compression: NONE auto_create_dataset: true auto_create_table: true schema_file: example/schema_expose_errors.json
Version data entries
29 entries across 29 versions & 1 rubygems