bigquery/ERR/2022_001
BigQuery jobs not failing due to concurrent DML updates on the same table
Product: BigQuery
Rule class: ERR - Something that is very likely to be wrong
Description
Multiple DML queries running concurrently are conflicting with each other.
Remediation
Consider spacing out the DML operations to a single table enough so that they don’t overlap, or start another one only after the earlier one is completed.