Hi.. I am trying to copying from `tap-postgres` to...
# plugins-general
r
Hi.. I am trying to copying from
tap-postgres
 to 
target-bigquery
; and I am getting this error.
Copy code
target-bigquery       | CRITICAL 'type' or 'anyOf' are required fields in property: {}
I tried with another DB, it worked fine without specifying any schema related info. But now, after changing the DB, I am getting the above error. What is the meaning of this? I could not understand whether this fits in my context: https://github.com/adswerve/target-bigquery/issues/12#issuecomment-805352727 The error is thrown from the code
Copy code
.meltano/loaders/target-bigquery/venv/lib/python3.8/site-packages/target_bigquery/schema.py", line 22, in get_type\n    raise ValueError(\n', "ValueError: 'type' or 'anyOf' are required fields in property: {}