You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/async_example.py
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,12 @@
27
27
28
28
29
29
# Configuration - update these with your values
30
-
SERVER_ENDPOINT=os.getenv("ZEROBUS_SERVER_ENDPOINT", "your-shard-id.zerobus.region.cloud.databricks.com") # For AWS. Use <workspace-id>.zerobus.<region>.azuredatabricks.net for Azure
31
-
UNITY_CATALOG_ENDPOINT=os.getenv("DATABRICKS_WORKSPACE_URL", "https://your-workspace.cloud.databricks.com") # For AWS. Use https://<instance>.azuredatabricks.net for Azure
Copy file name to clipboardExpand all lines: examples/sync_example.py
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,12 @@
25
25
26
26
27
27
# Configuration - update these with your values
28
-
SERVER_ENDPOINT=os.getenv("ZEROBUS_SERVER_ENDPOINT", "your-shard-id.zerobus.region.cloud.databricks.com") # For AWS. Use <workspace-id>.zerobus.<region>.azuredatabricks.net for Azure
29
-
UNITY_CATALOG_ENDPOINT=os.getenv("DATABRICKS_WORKSPACE_URL", "https://your-workspace.cloud.databricks.com") # For AWS. Use https://<instance>.azuredatabricks.net for Azure
0 commit comments