eschutho commented on a change in pull request #13219: URL: https://github.com/apache/superset/pull/13219#discussion_r578846419
########## File path: superset/config.py ########## @@ -1095,6 +1095,7 @@ class CeleryConfig: # pylint: disable=too-few-public-methods # SQLalchemy link doc reference SQLALCHEMY_DOCS_URL = "https://docs.sqlalchemy.org/en/13/core/engines.html" +SQLALCHEMY_DISPLAY_TEXT = "SQLAlchemy docs" Review comment: small nit, but we could also make this a dictionary to keep the values together. ---------------------------------------------------------------- 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]
