This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new eb891dc [sqllab] Fix, #7928 query async not working (#7930)
eb891dc is described below
commit eb891dc5b87d442650f8dc690251ef8ac207089c
Author: Daniel Vaz Gaspar <[email protected]>
AuthorDate: Sat Jul 27 17:26:03 2019 +0100
[sqllab] Fix, #7928 query async not working (#7930)
* [sqllab] Fix, #7928 query async not working
* [sqllab] Fix, allow_ctas and allow_multi_schema_metadata_fetch missing
* [sqllab] Fix, removed column selection on database selector
* [sqllab] Fix, removed config
---
superset/assets/src/components/TableSelector.jsx | 1 -
1 file changed, 1 deletion(-)
diff --git a/superset/assets/src/components/TableSelector.jsx
b/superset/assets/src/components/TableSelector.jsx
index 7d5d65e..d380241 100644
--- a/superset/assets/src/components/TableSelector.jsx
+++ b/superset/assets/src/components/TableSelector.jsx
@@ -217,7 +217,6 @@ export default class TableSelector extends
React.PureComponent {
dataEndpoint={
'/api/v1/database/?q=' +
'(keys:!(none),' +
- 'columns:!(id,database_name,backend),' +
'filters:!((col:expose_in_sqllab,opr:eq,value:!t)),' +
'order_columns:database_name,order_direction:asc)'
}