I am trying to push data from Google Cloud Storage to Bigquery. I am getting this error :
Provided Schema does not match Table Field tags.list.item has changed type from STRING to INTEGER
I am suspecting it because if some rows of columns are null it will take particular column as integer but when bigquery tries to load the next file using it has data as string that is where schema is conflicting.
How can we fix schema in parquet file format while pushing to bigquery?
Can you please help me overcome this issue ?
Thanks in Advance