schema omits its block-number / partition column.
Fix — add the column to tables[].schema as INT64 NOT NULL. The target forces that type and
mode, but the column itself must be declared.BigQuery target — Partition column missing from schema
schema omits its block-number / partition column.
Fix — add the column to tables[].schema as INT64 NOT NULL. The target forces that type and
mode, but the column itself must be declared.