You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is still not supported because BigQuery does not allow replacing atomically them. Incompatible table partitioning specification when copying to the column partitioned table will be thrown. But, mode: delete_in_advance should work now as:
If users try to replace a non-partitioned table
table_name
to a partitioned table as:it raises an error:
Incompatible table partitioning specification when copying to the column partitioned table
https://cloud.google.com/bigquery/docs/managing-partitioned-table-datadelete_in_advance
also does not work now:This is because of
embulk-output-bigquery/lib/embulk/output/bigquery.rb
Lines 309 to 310 in 58f7cd7
a partition
rather thana table
.The text was updated successfully, but these errors were encountered: