Hi everyone - we are currently using the `tap-spre...
# plugins-general
r
Hi everyone - we are currently using the
tap-spreadsheets-anywhere
(link to repo here) and the
target-bigquery
from Adswerve (link to repo here), and we are getting inconsistent schema definitions coming out of our
tap-spreadsheets-anywhere
which is leading to errors when we want to write those results to BigQuery. Is there any way to have a tap check what the schema is for the target and just use that when establishing it's schema definiton? Or is the only way to ensure consistency to just manually set the schema in the tap configuration? Thank you!