File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 2828
2929# Configuration - update these with your values
3030# For AWS:
31- SERVER_ENDPOINT = os .getenv (
32- "ZEROBUS_SERVER_ENDPOINT" , "your-shard-id.zerobus.region.cloud.databricks.com"
33- )
34- UNITY_CATALOG_ENDPOINT = os .getenv (
35- "DATABRICKS_WORKSPACE_URL" , "https://your-workspace.cloud.databricks.com"
36- )
31+ SERVER_ENDPOINT = os .getenv ("ZEROBUS_SERVER_ENDPOINT" , "your-shard-id.zerobus.region.cloud.databricks.com" )
32+ UNITY_CATALOG_ENDPOINT = os .getenv ("DATABRICKS_WORKSPACE_URL" , "https://your-workspace.cloud.databricks.com" )
3733# For Azure:
3834# SERVER_ENDPOINT = os.getenv(
3935# "ZEROBUS_SERVER_ENDPOINT", "your-shard-id.zerobus.region.azuredatabricks.net"
Original file line number Diff line number Diff line change 2626
2727# Configuration - update these with your values
2828# For AWS:
29- SERVER_ENDPOINT = os .getenv (
30- "ZEROBUS_SERVER_ENDPOINT" , "your-shard-id.zerobus.region.cloud.databricks.com"
31- )
32- UNITY_CATALOG_ENDPOINT = os .getenv (
33- "DATABRICKS_WORKSPACE_URL" , "https://your-workspace.cloud.databricks.com"
34- )
29+ SERVER_ENDPOINT = os .getenv ("ZEROBUS_SERVER_ENDPOINT" , "your-shard-id.zerobus.region.cloud.databricks.com" )
30+ UNITY_CATALOG_ENDPOINT = os .getenv ("DATABRICKS_WORKSPACE_URL" , "https://your-workspace.cloud.databricks.com" )
3531# For Azure:
3632# SERVER_ENDPOINT = os.getenv(
3733# "ZEROBUS_SERVER_ENDPOINT", "your-shard-id.zerobus.region.azuredatabricks.net"
You can’t perform that action at this time.
0 commit comments