Skip to content

Commit

Permalink
touchups
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 5, 2024
1 parent ecca931 commit 88b76df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def _try_json_readsha(filepath: str, length: int) -> str | None:
# for example, if you don't want to use a connection pool, uncomment those next 2 lines
# from sqlalchemy.pool import NullPool
# SQLALCHEMY_ENGINE_OPTIONS = {"poolclass": NullPool}
SQLALCHEMY_ENGINE_OPTIONS = {}


# In order to hook up a custom password store for all SQLALCHEMY connections
Expand Down
1 change: 0 additions & 1 deletion superset/sqllab/sql_json_executer.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def execute(
raise
except Exception as ex:
logger.exception("Query %i failed unexpectedly", query_id)
logger.error(ex)
raise SupersetGenericDBErrorException(
utils.error_msg_from_exception(ex)
) from ex
Expand Down

0 comments on commit 88b76df

Please sign in to comment.