mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
[sqllab] proper, quoted, select * on the server side (#1404)
* [sqllab] proper, quoted, select * on the server side * fixing tests
This commit is contained in:
committed by
GitHub
parent
4f886d65ec
commit
63161b11c3
@@ -7,6 +7,4 @@ export const STATE_BSSTYLE_MAP = {
|
||||
success: 'success',
|
||||
};
|
||||
|
||||
export const DATA_PREVIEW_ROW_COUNT = 100;
|
||||
|
||||
export const STATUS_OPTIONS = ['success', 'failed', 'running'];
|
||||
|
||||
Reference in New Issue
Block a user