Sha256: b7a3083d213abf0b2b5dd427108e36108ff6081cf1c40c6fcaed697d31b819b8
Contents?: true
Size: 878 Bytes
Versions: 3
Compression:
Stored size: 878 Bytes
Contents
[ { "name": "id", "type": "INTEGER", "mode": "REQUIRED" }, { "name": "string_field", "type": "STRING", "mode": "NULLABLE" }, { "name": "json_field", "type": "JSON", "mode": "NULLABLE" }, { "name": "geography_field", "type": "GEOGRAPHY", "mode": "NULLABLE" }, { "name": "timestamp_field", "type": "TIMESTAMP", "mode": "NULLABLE" }, { "name": "date", "type": "DATE", "mode": "REQUIRED" }, { "name": "record_field", "type": "RECORD", "mode": "NULLABLE", "fields": [ { "name": "inner_field", "type": "STRING", "mode": "REQUIRED" }, { "name": "inner_json", "type": "JSON", "mode": "REQUIRED" } ] }, { "name": "repeated_string_field", "type": "STRING", "mode": "REPEATED" } ]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-bigquery-3.3.0 | integration/schema.json |
fluent-plugin-bigquery-3.2.0 | integration/schema.json |
fluent-plugin-bigquery-3.1.0 | integration/schema.json |