mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
feat: improve GSheets OAuth2 (#32048)
This commit is contained in:
@@ -111,7 +111,6 @@ class SynchronousSqlJsonExecutor(SqlJsonExecutorBase):
|
||||
[SupersetError(**params) for params in data["errors"]] # type: ignore
|
||||
)
|
||||
# old string-only error message
|
||||
print(data)
|
||||
raise SupersetGenericDBErrorException(data["error"]) # type: ignore
|
||||
|
||||
return SqlJsonExecutionStatus.HAS_RESULTS
|
||||
|
||||
Reference in New Issue
Block a user