Traceback (most recent call last):
File "/workspace/video/cloud-client/analyze/beta_snippets_test.py", line 63, in bucket
bucket.delete(force=True)
File "/workspace/video/cloud-client/analyze/.nox/py-3-7/lib/python3.7/site-packages/google/cloud/storage/bucket.py", line 1360, in delete
timeout=timeout,
File "/workspace/video/cloud-client/analyze/.nox/py-3-7/lib/python3.7/site-packages/google/cloud/_http.py", line 423, in api_request
raise exceptions.from_http_response(response)
google.api_core.exceptions.Conflict: 409 DELETE https://storage.googleapis.com/storage/v1/b/tmp-8630953c5a584758ad851603d4dc1823: The bucket you tried to delete was not empty.
Build
Log:
This should be an easy fix with something like
force=True.