Skip to content

Commit d391035

Browse files
Fix formatting
Signed-off-by: teodordelibasic-db <[email protected]>
1 parent c8a4784 commit d391035

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

examples/async_example.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,8 @@
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"

examples/sync_example.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@
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"

0 commit comments

Comments
 (0)