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
-**Workspace URL**: The part before `/o=` → `https://<databricks-instance>.cloud.databricks.com`
70
70
-**Workspace ID**: The part after `/o=` → `<workspace-id>`
71
71
72
+
> **Note:** The examples above show AWS endpoints (`.cloud.databricks.com`). For Azure deployments, the workspace URL will be `https://<databricks-instance>.azuredatabricks.net`.
73
+
72
74
Example:
73
75
- Full URL: `https://dbc-a1b2c3d4-e5f6.cloud.databricks.com/o=1234567890123456`
-`--uc-endpoint`: Your workspace URL (e.g., `https://dbc-a1b2c3d4-e5f6.cloud.databricks.com`)
180
+
-`--uc-endpoint`: Your workspace URL (e.g., `https://dbc-a1b2c3d4-e5f6.cloud.databricks.com` for AWS, or `https://dbc-a1b2c3d4-e5f6.azuredatabricks.net` for Azure)
179
181
-`--client-id`: Service principal application ID
180
182
-`--client-secret`: Service principal secret
181
183
-`--table`: Fully qualified table name (catalog.schema.table)
-`server_endpoint` (str) - The Zerobus gRPC endpoint (e.g., `<workspace-id>.zerobus.region.cloud.databricks.com`)
555
+
-`server_endpoint` (str) - The Zerobus gRPC endpoint (e.g., `<workspace-id>.zerobus.<region>.cloud.databricks.com` for AWS, or `<workspace-id>.zerobus.<region>.azuredatabricks.net` for Azure)
541
556
-`unity_catalog_endpoint` (str) - The Unity Catalog endpoint (your workspace URL)
0 commit comments