AlexC

Results 1 issues of AlexC

I am experiencing an issue with loading records which have nested fields using `BigQueryStorageWriteDenormalizedSink` To replicate error: `cat outfile.jsonl | meltano invoke target-bigquery` Using outfile: ` {"type":"SCHEMA","stream":"invoices","schema":{"properties":{"Type":{"type":["null","string"]},"Contact":{"properties":{"ContactID":{"type":["string"]},"Name":{"type":["null","string"]}},"type":["null","object"],"additionalProperties":false},"InvoiceID":{"type":["string"]}},"type":["null","object"],"additionalProperties":false},"key_properties":["InvoiceID"]} {"type": "RECORD", "stream":...