Hi! hope someone can clarify this!! I have an impl...
# troubleshooting
j
Hi! hope someone can clarify this!! I have an implementation of
tap-airtable
to
target-bigquery
, but I’m having doubts about how it works, in the configuration of the extractor I indicate that it should only be loaded (select) for a specific view of the airtable dataset, but when inserting the data in bigquery, try to create all views as tables in bigquery, this is causing me problems, cause the other views are not under my control, so I cant change anything
e
Hi @jenn_leon, so if I understand correctly,
tap-airtable
is not honoring the
select
config in meltano? What is the output of
meltano select tap-airtable --list
?
j
Hi @edgar_ramirez_mondragon sorry for the late reply, but i still have this problem, when i run the
meltano select tap-airtable --list
this show me all the view from airtable even though in the select configuration, I only have one view
this causes me problems to export this view since in another of the views there is a column that I cannot change, but i need to export this only view
i think here is the problem, the airtable is pulling all the views, but i dont know how to indicate that is just one
e
j
😢 well in this case i just made some kinda weird change to be able to use it as i want 😅 https://github.com/JennLeon/tap-airtable/blob/3fa2d173c36c8ecac5110bb532593bd79547026e/tap_airtable/services/__init__.py#L141
e
I know, less than ideal 😕. Though I’m glad you’re able to unblock yourself. I went ahead and created https://github.com/MeltanoLabs/Singer-Most-Wanted/issues/40 in case someone would like to give it a try with the sdk 🙂