[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
This commit is contained in:
Daniel Vaz Gaspar 2019-07-27 17:26:03 +01:00 committed by Maxime Beauchemin
parent f1d566a90c
commit eb891dc5b8
1 changed files with 0 additions and 1 deletions

View File

@ -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)'
}