Skip to content

Commit

Permalink
Fix unintentional merge changes (missed one)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsiWilliams committed Oct 7, 2022
1 parent 02b7e0a commit 2ee28bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/databases/commands/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def run(self) -> None:

# try to connect
sqlalchemy_uri = engine_spec.build_sqlalchemy_uri( # type: ignore
self._properties.get("parameters"),
encrypted_extra,
)
if self._model and sqlalchemy_uri == self._model.safe_sqlalchemy_uri():
Expand Down

0 comments on commit 2ee28bd

Please sign in to comment.