in src/redash_stmo/data_sources/health.py [0:0]
def test_connection(self, custom_query_text=None):
if self.noop_query is None:
raise NotImplementedError()
query_text = custom_query_text or self.noop_query
data, error = self.run_query(query_text, None)
if error is not None:
raise Exception(error)