We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4d3b1 commit 4f62b0fCopy full SHA for 4f62b0f
api/python/ai/chronon/repo/zipline_hub.py
@@ -11,7 +11,7 @@ def __init__(self, base_url):
11
if not base_url:
12
raise ValueError("Base URL for ZiplineHub cannot be empty.")
13
self.base_url = base_url
14
- if self.base_url.startswith("https") and self.base_url.endswith(".app"):
+ if self.base_url.startswith("https"):
15
print("\n 🔐 Using Google Cloud authentication for ZiplineHub.")
16
17
# First try to get ID token from environment (GitHub Actions)
0 commit comments