Hi,
I'm trying to use this tap with https://github.com/adswerve/target-bigquery
their target expects a properly defined schema without empty schemas like properties: {} which is submitted by this tap
see:
adswerve/target-bigquery#3
I tried to fix it myself but I'm not used to working with python and schemas.
Anyone has an idea how to fix this?