joe_bossalini
08/25/2021, 8:58 PMtarget-bigquery
? According to this thread, it should handle the schema change, but I am getting CRITICAL 400 Provided Schema does not match Table hubspot_prod.contacts. Cannot add fields (field: property_hs_date_entered_customer)
. I’m using tap-hubspot
and it worked earlier this morning (I think Hubspot must have added new fields midday?) and I even ran meltano install loaders
to make sure I had the latest BigQuery loader. I also have the loader set to truncate
. The select
in my meltano.yml
is set to contacts.*
and I’m hoping I don’t need to use a catalog that fixes the schema in time. Thanks! https://meltano.slack.com/archives/CMN8HELB0/p1622053388058800?thread_ts=1622044438.058200&cid=CMN8HELB0ruslan_bergenov
08/25/2021, 9:03 PMruslan_bergenov
08/25/2021, 9:07 PMjoe_bossalini
08/25/2021, 9:12 PMruslan_bergenov
08/25/2021, 9:15 PMjoe_bossalini
08/25/2021, 9:16 PMaaronsteers
08/25/2021, 9:36 PMaaronsteers
08/25/2021, 9:44 PMjoe_bossalini
08/25/2021, 9:44 PM0.10.2
. https://gitlab.com/meltano/meltano/blob/master/src/meltano/core/bundle/discovery.yml#L1558
I removed the version number from my meltano.yml
and re-ran the loader install and now presumably have the most recent version. I’ve not done anything other than that and the load is now progressing! ruslan_bergenov
08/25/2021, 9:48 PMruslan_bergenov
08/25/2021, 9:50 PMruslan_bergenov
08/25/2021, 10:21 PMjoe_bossalini
08/25/2021, 10:25 PMruslan_bergenov
08/25/2021, 10:26 PMruslan_bergenov
09/02/2021, 8:18 PMruslan_bergenov
09/03/2021, 4:52 PMjob_config.schema_update_options=[bigquery.SchemaUpdateOption.ALLOW_FIELD_ADDITION]
ruslan_bergenov
09/03/2021, 6:09 PMruslan_bergenov
12/20/2021, 10:11 PMaddresses
field, but we were not able to add something like addresses.description
to the existing addresses
field.
Would it work for you if we supported adding a column at the top level (not the nested sub-fields)? Would this cover most of your use cases?ruslan_bergenov
12/20/2021, 10:11 PMruslan_bergenov
12/20/2021, 10:16 PM