mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: more SIP-40 errors (#15482)
This commit is contained in:
@@ -311,3 +311,19 @@ The results stored in the backend were stored in a different format, and no long
|
||||
```
|
||||
|
||||
The query results were stored in a format that is no longer supported. Please re-run your query.
|
||||
|
||||
## Issue 1035
|
||||
|
||||
```
|
||||
Failed to start remote query on a worker.
|
||||
```
|
||||
|
||||
The query was not started by an asynchronous worker. Please reach out to your administrator for further assistance.
|
||||
|
||||
## Issue 1036
|
||||
|
||||
```
|
||||
The database was deleted.
|
||||
```
|
||||
|
||||
The operation failed because the database referenced no longer exists. Please reach out to your administrator for further assistance.
|
||||
|
||||
Reference in New Issue
Block a user