Closed rosbo closed 1 year ago
If we detect we are inside a Kaggle notebook (via the KAGGLE_KERNEL_RUN_TYPE env variable), then we call the AttachDatasourceUsingJwtHandler.
KAGGLE_KERNEL_RUN_TYPE
AttachDatasourceUsingJwtHandler
Also, I added a DISABLE_KAGGLE_CACHE environment variable. If set to a truthy value, the KaggleCacheResolver will be skipped.
DISABLE_KAGGLE_CACHE
Next: Call AttachDatasourceUsingJwtHandler through the Data Proxy inside internet disabled sessions.
http://b/305947763
If we detect we are inside a Kaggle notebook (via the
KAGGLE_KERNEL_RUN_TYPE
env variable), then we call theAttachDatasourceUsingJwtHandler
.Also, I added a
DISABLE_KAGGLE_CACHE
environment variable. If set to a truthy value, the KaggleCacheResolver will be skipped.Next: Call
AttachDatasourceUsingJwtHandler
through the Data Proxy inside internet disabled sessions.http://b/305947763