DELETE without
partition pruning scans the whole table — unaffordable at scale.
Fix — recreate the table with RANGE_BUCKET partitioning on the column (the error prints
suggested DDL).BigQuery target — Table is not range-partitioned
DELETE without
partition pruning scans the whole table — unaffordable at scale.
Fix — recreate the table with RANGE_BUCKET partitioning on the column (the error prints
suggested DDL).