[sqllab] proper, quoted, select * on the server side (#1404)

* [sqllab] proper, quoted, select * on the server side

* fixing tests
This commit is contained in:
Maxime Beauchemin
2016-10-21 16:55:37 -07:00
committed by GitHub
parent 4f886d65ec
commit 63161b11c3
6 changed files with 49 additions and 61 deletions

View File

@@ -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'];