eschutho commented on a change in pull request #13182: URL: https://github.com/apache/superset/pull/13182#discussion_r577918741
########## File path: superset/config.py ########## @@ -1092,6 +1092,9 @@ class CeleryConfig: # pylint: disable=too-few-public-methods # It will get executed each time when user open a chart's explore view. DATASET_HEALTH_CHECK = None +# SQLAlchema link doc reference +SQLALCHEMY_DOCS_URL = "https://docs.sqlalchemy.org/en/rel_1_2/core/engines.html#" Review comment: tiny tiny nit, but prob don't need the # at the end. I suppose we should also update the link to `https://docs.sqlalchemy.org/en/13/core/engines.html` since we're on 1.3 now. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
