:wave: I’m copying from `tap-postgres` to `target-...
# troubleshooting
a
👋 I’m copying from
tap-postgres
to `target-bigquery`and the source has string arrays. It’s generating a schema that BQ doesn’t like. Any idea how to work around this or which fork to use?
target-bigquery | CRITICAL 'type' or 'anyOf' are required fields in property: {'$ref': '#/definitions/sdc_recursive_string_array'}
d
I think target-bigquery supports arrays of strings, but not
$ref
s: https://github.com/adswerve/target-bigquery/issues/12#issuecomment-805352727 Is it an option to explicitly override the schema for this particular column using https://meltano.com/docs/plugins.html#schema-extra?
a
Yes! Didn’t realize we can override the schema. Thank you.