graceguo-supercat commented on a change in pull request #11970:
URL: 
https://github.com/apache/incubator-superset/pull/11970#discussion_r543784955



##########
File path: superset/config.py
##########
@@ -991,3 +991,8 @@ 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.
+# It will get executed each time when user open a chart's explore view.
+DATASET_HEALTH_CHECK = None

Review comment:
       See Jesse's comment above, if the dataset passes,  it will still add a 
`health_check` section into db record (so that not running check again).




----------------------------------------------------------------
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]

Reply via email to