ktmud commented on a change in pull request #12906:
URL: https://github.com/apache/superset/pull/12906#discussion_r569071837
##########
File path: superset/config.py
##########
@@ -1100,7 +1104,3 @@ class CeleryConfig: # pylint:
disable=too-few-public-methods
except Exception:
logger.exception("Found but failed to import local superset_config")
raise
-
-# It's possible to add a dataset health check logic which is specific to your
system.
Review comment:
Maybe add a comment block here to stop others from adding new config
below this line?
```
# -------------------------------------------------------------------
# * WARNING: STOP EDITING HERE *
# -------------------------------------------------------------------
# Don't add config values below this line since local configs won't be
# able to override them.
```
----------------------------------------------------------------
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]