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

Commit 933af8c

Browse files
committed
Fix message for databricks package (which was disabled due to poetry conflicts)
1 parent 968e6b3 commit 933af8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data_diff/databases/databricks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .base import MD5_HEXDIGITS, CHECKSUM_HEXDIGITS, Database, import_helper, _query_conn, parse_table_name
55

66

7-
@import_helper("databricks")
7+
@import_helper(text="You can install it using 'pip install databricks-sql-connector'")
88
def import_databricks():
99
import databricks.sql
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ postgresql = ["psycopg2"]
5959
snowflake = ["snowflake-connector-python", "cryptography"]
6060
presto = ["presto-python-client"]
6161
oracle = ["cx_Oracle"]
62-
databricks = ["databricks-sql-connector"]
62+
# databricks = ["databricks-sql-connector"]
6363
trino = ["trino"]
6464
clickhouse = ["clickhouse-driver"]
6565
vertica = ["vertica-python"]

0 commit comments

Comments
 (0)