MCPcopy Create free account
hub / github.com/feast-dev/feast / BigQueryJobCancelled

Class BigQueryJobCancelled

sdk/python/feast/errors.py:390–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388
389
390class BigQueryJobCancelled(FeastError):
391 def __init__(self, job_id):
392 super().__init__(f"The BigQuery job with ID '{job_id}' was cancelled")
393
394
395class RedshiftCredentialsError(FeastError):

Callers 1

block_until_doneFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected