matt_hardner
05/26/2021, 3:53 PMtarget-bigquery
plugin? When I make a change to the source tap-postgres
I'm getting the following error BadRequest: 400 Provided Schema does not match Table
I was hoping schema changes would not cause ELT failure and it would either ignore the new column or add it on the next run. Does anyone know if this is possible?douwe_maan
05/26/2021, 4:00 PMmatt_hardner
05/26/2021, 6:23 PM@development
fixed several issues. The truncate functionality now works and schema changes are automatically applied to bigquery. You need to have replication_method set to truncate for this to happen or else you get the same BadRequest: 400
douwe_maan
05/26/2021, 6:26 PM