BigQuery - Data transfer "Detected that no changes will be made to the destination table"

Viewed 56

I use a script to generate files from an API and store them on Google Cloud Storage. Following this documentation, https://cloud.google.com/bigquery/docs/cloud-storage-transfer?hl=en_US#limitations, I've created a BigQuery table with the corresponding schema in advance and t then created a Data Transfer with the following configuration:

enter image description here

When I run the Data Transfer the following error shows up in the logs:

Detected that no changes will be made to the destination table

I've updated some of the files, added files, deleted files, etc and everytime I get the same message. I also have other Data Transfers that work just fine with the same BigQuery instance and Cloud Storage bucket.

Only issue I found on SO, Not able to update Big query table with Transfer from a Storage file, says you need to wait 1 hour, but even after a day I get the same error.

Any idea as to what triggers BiQuery to determine changes have been made (or not)?

0 Answers
Related