Skip to content

Commit

Permalink
Update util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 authored Sep 19, 2024
1 parent 5b2a969 commit 6d942b6
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6d942b6

Please sign in to comment.