stephen_bailey
11/05/2021, 7:11 PMtap-google-sheets
source, i have had issues with columns just not appearing in the target. it turns out that tap-google-sheets
will sometimes issue schema defs like the following, and pipelinewise-target-snowflake
doesn't know how to handle that:
"schema": {
"properties": {
"period_start_date": {"anyOf": [{"type": ["null", "string"], "format": "date"}
...
}
}
my question is - is anyof
valid singer spec? trying to understand whether this is an issue on the target side or tap side.
https://github.com/transferwise/pipelinewise/issues/449#issuecomment-682120934stephen_bailey
11/05/2021, 7:20 PM