Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
390
class
BigQueryJobCancelled(FeastError):
391
def
__init__(self, job_id):
392
super().__init__(f
"The BigQuery job with ID '{job_id}' was cancelled"
)
393
394
395
class
RedshiftCredentialsError(FeastError):
Callers
1
block_until_done
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected