shunping commented on issue #30760: URL: https://github.com/apache/beam/issues/30760#issuecomment-3573358166
Looks like most failures were in Python 3.10 workflow again. I see the following quota error in the log: ``` apitools.base.py.exceptions.HttpForbiddenError: HttpError accessing <https://bigquery.googleapis.com/bigquery/v2/projects/apache-beam-testing/datasets/leader_board_it_dataset17636003405f47ce/tables?alt=json>: response: <***'vary': 'Origin, X-Origin, Referer', 'content-type': 'application/json; charset=UTF-8', 'date': 'Thu, 20 Nov 2025 01:02:59 GMT', 'server': 'ESF', 'x-xss-protection': '0', 'x-frame-options': 'SAMEORIGIN', 'x-content-type-options': 'nosniff', 'transfer-encoding': 'chunked', 'status': '403', 'content-length': '534', '-content-encoding': 'gzip'***>, content <*** 2025-11-20T01:03:06.0930567Z "error": *** 2025-11-20T01:03:06.0930822Z "code": 403, 2025-11-20T01:03:06.0931590Z "message": "Exceeded rate limits: too many table update operations for this table. For more information, see https://cloud.google.com/bigquery/docs/troubleshoot-quotas", 2025-11-20T01:03:06.0932301Z "errors": [ 2025-11-20T01:03:06.0932607Z *** 2025-11-20T01:03:06.0933254Z "message": "Exceeded rate limits: too many table update operations for this table. For more information, see https://cloud.google.com/bigquery/docs/troubleshoot-quotas", 2025-11-20T01:03:06.0933972Z "domain": "usageLimits", 2025-11-20T01:03:06.0934285Z "reason": "rateLimitExceeded" 2025-11-20T01:03:06.0934590Z *** 2025-11-20T01:03:06.0934808Z ], 2025-11-20T01:03:06.0935055Z "status": "PERMISSION_DENIED" 2025-11-20T01:03:06.0935343Z *** 2025-11-20T01:03:06.0935573Z *** 2025-11-20T01:03:06.0935784Z > ``` -- 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]
