Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ has_bigquery
Method
has_bigquery
patches/kaggle_gcp.py:38–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
return
target in self.integrations
37
38
def
has_bigquery(self):
39
return
GcpTarget.BIGQUERY in self.integrations
40
41
def
has_gcs(self):
42
return
GcpTarget.GCS in self.integrations
Callers
2
init_bigquery
Function · 0.80
monkeypatch_bq
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected