Skip to content

Commit

Permalink
Merge branch 'develop' into d/ph-1472/custom-sql-expectations-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFarmer authored Sep 19, 2024
2 parents 7d2eee1 + f567c84 commit b7009df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion great_expectations/expectations/metrics/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

try:
import databricks.sqlalchemy as sqla_databricks
except ImportError:
except (ImportError, AttributeError):
sqla_databricks = None # type: ignore[assignment]

_BIGQUERY_MODULE_NAME = "sqlalchemy_bigquery"
Expand Down
3 changes: 1 addition & 2 deletions reqs/requirements-dev-databricks.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
databricks-sql-connector>=2.0.0; python_version < "3.12"
databricks-sql-connector[sqlalchemy]>=3.0.0; python_version >= "3.12"
databricks-sql-connector[sqlalchemy]>=3.0.0

0 comments on commit b7009df

Please sign in to comment.