mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
[sqllab] add support for results backends (#1377)
* [sqllab] add support for results backends Long running SQL queries (beyond the scope of a web request) can now use a k/v store to hold their result sets. * Addressing comments, fixed js tests * Fixing mysql has gone away * Adressing more comments * Touchups
This commit is contained in:
committed by
GitHub
parent
7dfe891cc1
commit
6fb3b305ad
@@ -26,8 +26,6 @@ class VisualizeModal extends React.Component {
|
||||
columns: {},
|
||||
hints: [],
|
||||
};
|
||||
// update columns if possible
|
||||
this.setStateFromProps();
|
||||
}
|
||||
componentWillMount() {
|
||||
this.setStateFromProps();
|
||||
|
||||
Reference in New Issue
Block a user