nathadfield commented on PR #42130: URL: https://github.com/apache/airflow/pull/42130#issuecomment-2377321292
I think I have discovered an issue with this commit that is affecting tasks that use the `BigQueryToBigQueryOperator` when copying a table into specific partition of another table. Results in an error like this. ``` google.api_core.exceptions.BadRequest: 400 Failed to copy Non partitioned table to Column partitioned table: not supported.; reason: invalid, message: Failed to copy Non partitioned table to Column partitioned table: not supported. ``` I will dig into it more tomorrow and hopefully have a fix for it ASAP. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
