aaronsteers
05/25/2021, 7:16 PMsdc_recursive_string_array https://github.com/transferwise/pipelinewise-tap-postgres/issues/94aaronsteers
05/25/2021, 7:18 PM#pipelinewise in the main Singer slack. Please post back if you find a workaround which may help others.michael_harris
05/25/2021, 7:32 PMBest idea I have for a workaround is to just avoid that table entirely in the select and use another method for EL (such as extract from source, load to storage bucket in flat file format to force an unnest of arrays, then load from storage bucket to warehouse)
aaronsteers
05/25/2021, 7:35 PM{"type": ["null", "array"], "items": {"type": "string"}} in place of {"type": ["null", "array"], "items": {"$ref": "#/definitions/sdc_recursive_string_array"}} . In theory, overriding the schema should remove this ref - assuming the postgres tap uses it as provided.vladyslav_zavalykhatko
05/26/2021, 7:08 AMvladyslav_zavalykhatko
05/26/2021, 7:09 AM