Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 6c610e5

Browse files
committed
Tiny fix for databricks
1 parent 7abe5a5 commit 6c610e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/sqeleton/databases/databricks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def set_timezone_to_utc(self) -> str:
8888

8989
class Databricks(ThreadedDatabase):
9090
dialect = Dialect()
91-
CONNECT_URI_HELP = "databricks://:<access_token>@<server_name>/<http_path>"
91+
CONNECT_URI_HELP = "databricks://:<access_token>@<server_hostname>/<http_path>"
9292
CONNECT_URI_PARAMS = ["catalog", "schema"]
9393

9494
def __init__(self, *, thread_count, **kw):

0 commit comments

Comments
 (0)