Failed to start job for table {table_name} with error INVALID_ARGUMENT: Cross-region table copy for tables with column level DDL operations is not supported.
Solved! Go to Solution.
The error message "Cross-region table copy for tables with column level DDL operations is not supported" indicates that BigQuery's Data Transfer Service cannot copy tables that have had changes to the column definition after their initial creation. This includes operations such as adding or removing columns and changing the data type of a column.
Troubleshooting:
If you are unable to identify any column level DDL operations that have been performed on the table, you can try the following:
If you are still unable to copy the table, consider reaching out to Google Cloud support for assistance.
Additional Troubleshooting Tips:
Request for More Information:
If the issue persists despite the above steps, please provide more details about your environment, such as:
The error message "Cross-region table copy for tables with column level DDL operations is not supported" indicates that BigQuery's Data Transfer Service cannot copy tables that have had changes to the column definition after their initial creation. This includes operations such as adding or removing columns and changing the data type of a column.
Troubleshooting:
If you are unable to identify any column level DDL operations that have been performed on the table, you can try the following:
If you are still unable to copy the table, consider reaching out to Google Cloud support for assistance.
Additional Troubleshooting Tips:
Request for More Information:
If the issue persists despite the above steps, please provide more details about your environment, such as:
Hi ms4446,
Thank you for your good explanation and solution.
I finally solved this problem by following.