Need advice: I'm trying to develop tap-bigquery (...
# singer-tap-development
a
Need advice: I'm trying to develop tap-bigquery (existing from alendata does not work for me beyond possibility to patch - too many changes required). Most of the Singer targets require
key_properties
while BigQuery does not have this notion and in most cases you cannot guess from column type whether it is a primary key. So we need to put this data into tap config. What would be the best place to put this data and in which form?