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
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Update fixtures to use a consistent prefix, so we can tell which resources are created by python-bigquery (and possibly disambiguate between samples and system tests). Also include a timestamp in the prefix.
List all resources in the project, filter by our prefix, delete those resources that were created >= 24 hours ago.
This will prevent resource leaks from getting too bad. Teardown doesn't always get a chance to run because of intermittent Kokoro errors and timeouts.