We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After deploying the labeller on GCP we ran into issue multiple times where the labeller would crash when it cant find a temporary or a ephemeral resource that no longer exists "nit__.py", line 494, in api_request\n raise exceptions.from_http_response(response)\ngoogle.api_core.exceptions.NotFound: 404 GET https://bigquery.googleapis.com/bigquery/v2/projects/analytics-test-345723/datasets/indexer_testnet_gcp_apps/tables/_sdc_current_token_pending_claims_staging?prettyPrint=false: Not found: Table analytics-test-345723:indexer_testnet_gcp_apps._sdc_current_token_pending_claims_staging"," Is there a way to avoid labelling resources temp in nature ?
The text was updated successfully, but these errors were encountered:
Thank you for the bug report.
What would a solution look like? If we check that the resource exists before trying to label, the resource still might disappear before labeling.
Do you see problems with the current approach, trying and sometimes failing (maybe with a nicer log)?
Sorry, something went wrong.
Discussed offline , and as mentioned above, it seems that the current behavior is not a problem,
No branches or pull requests
After deploying the labeller on GCP we ran into issue multiple times where the labeller would crash when it cant find a temporary or a ephemeral resource that no longer exists
"nit__.py", line 494, in api_request\n raise exceptions.from_http_response(response)\ngoogle.api_core.exceptions.NotFound: 404 GET https://bigquery.googleapis.com/bigquery/v2/projects/analytics-test-345723/datasets/indexer_testnet_gcp_apps/tables/_sdc_current_token_pending_claims_staging?prettyPrint=false: Not found: Table analytics-test-345723:indexer_testnet_gcp_apps._sdc_current_token_pending_claims_staging","
Is there a way to avoid labelling resources temp in nature ?
The text was updated successfully, but these errors were encountered: