Abacn commented on issue #31846: URL: https://github.com/apache/beam/issues/31846#issuecomment-2956949798
> Maybe we can display Failed deletes as a warning instead of an error? I'm fine to move it to warning. Checked again, the dataset is created at test pipeline execution time on worker, so it is owned by GCE compute service account, and github action service account doesn't have permission to delete it The code points to here: https://github.com/apache/beam/blob/df54bf439b28b23c3380b913811633fd8678c403/sdks/python/apache_beam/io/gcp/bigquery_tools.py#L351C3-L351C15 so any pipeline created a temp dataset (usually using FILE_LOAD that generated multiple load jobs) could have this leftovers. -- 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]
