mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(SIP-85): OAuth2 for databases (#27631)
This commit is contained in:
@@ -48,7 +48,6 @@ class ChartDataCommand(BaseCommand):
|
||||
except CacheLoadError as ex:
|
||||
raise ChartDataCacheLoadError(ex.message) from ex
|
||||
|
||||
# TODO: QueryContext should support SIP-40 style errors
|
||||
for query in payload["queries"]:
|
||||
if query.get("error"):
|
||||
raise ChartDataQueryFailedError(
|
||||
|
||||
Reference in New Issue
Block a user