I have crashlytics being synchronized in BigQuery and I have a Data transfer job configured to copy its data from US to EU region. It was working great for years and now I got an error, since 1 week.
That Data transfer is a simple “Dataset Copy”, from source “firebase_crashlytics” (in US), to destination “firebase_crashlytics_eu”. I guess this is the usual way to synchronize Crashlytics data to BigQuery EU. Nothing fantastic here 😉
Yet, my jobs fail with this error:
BigQuery job bqts_66b11d31-0000-2c97-be17-582429cc3f48 (table com_XXXX_IOS_REALTIME) failed with error INVALID_ARGUMENT: Creating table with tags is not supported.; JobID: XXXXX:bqts_66b11d31-0000-2c97-be17-582429cc3f48. Check BigQuery job details for more information.
When I check that BigQuery job details, nothing special there.
I have no clue what this “table with tags” means. My source tables or dataset have no tag, my columns have no “policy tag”. This error Creating table with tags is not supported
makes no sense to me.
Any idea?
1
I also encountered this error on 7/13 and still don’t know how to resolve it.
Since I couldn’t find anyone else who has experienced the same issue, I have posted it on the IssueTracker.
https://issuetracker.google.com/issues/353997479
chika is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.