Skip to content

Commit 9f24cd0

Browse files
Fix formatting
Signed-off-by: teodordelibasic-db <[email protected]>
1 parent 2bf81df commit 9f24cd0

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

examples/async_example.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@
2727

2828

2929
# 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
30+
SERVER_ENDPOINT = os.getenv(
31+
"ZEROBUS_SERVER_ENDPOINT", "your-shard-id.zerobus.region.cloud.databricks.com"
32+
) # For AWS. Use <workspace-id>.zerobus.<region>.azuredatabricks.net for Azure
33+
UNITY_CATALOG_ENDPOINT = os.getenv(
34+
"DATABRICKS_WORKSPACE_URL", "https://your-workspace.cloud.databricks.com"
35+
) # For AWS. Use https://<instance>.azuredatabricks.net for Azure
3236
TABLE_NAME = os.getenv("ZEROBUS_TABLE_NAME", "catalog.schema.table")
3337

3438
# For OAuth authentication

examples/sync_example.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@
2525

2626

2727
# 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
28+
SERVER_ENDPOINT = os.getenv(
29+
"ZEROBUS_SERVER_ENDPOINT", "your-shard-id.zerobus.region.cloud.databricks.com"
30+
) # For AWS. Use <workspace-id>.zerobus.<region>.azuredatabricks.net for Azure
31+
UNITY_CATALOG_ENDPOINT = os.getenv(
32+
"DATABRICKS_WORKSPACE_URL", "https://your-workspace.cloud.databricks.com"
33+
) # For AWS. Use https://<instance>.azuredatabricks.net for Azure
3034
TABLE_NAME = os.getenv("ZEROBUS_TABLE_NAME", "catalog.schema.table")
3135

3236
# For OAuth authentication

0 commit comments

Comments
 (0)