romulomadu commented on issue #4113: "No Data" message shown when run visualization query URL: https://github.com/apache/incubator-superset/issues/4113#issuecomment-353785420 Make sure these boxes are checked before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if any - [x] I have reproduced the issue with at least the latest released version of superset - [x] I have checked the issue tracker for the same issue and I haven't found one similar ### Superset version 0.22.1 ### Expected results line charts ### Actual results "No Data" msg ### Steps to reproduce Visualization config: { cache_key: "c5aa133ca092660aadde8026a5cbaff1", cache_timeout: 86400, data: null, error: "No data.", form_data: { datasource: "9__table", viz_type: "table", granularity_sqla: "Horario", time_grain_sqla: null, since: "7 days ago", until: "now", groupby: [ "Ativo" ], metrics: [ "sum__Volume" ], include_time: false, timeseries_limit_metric: null, order_desc: true, all_columns: [ ], order_by_cols: [ ], table_timestamp_format: "%Y-%m-%d %H:%M:%S", row_limit: null, page_length: 0, include_search: false, table_filter: false, where: "", having: "", filters: [ ] }, query: "SELECT "Ativo" AS "Ativo", SUM(ofertas."Volume") AS "sum__Volume" FROM ofertas WHERE "Horario" >= '2017-12-17 00:00:00.000000' AND "Horario" <= '2017-12-24 11:50:55.000000' GROUP BY "Ativo" ORDER BY "sum__Volume" DESC LIMIT 50000 OFFSET 0", status: "failed", stacktrace: null, annotations: [ ], cached_dttm: "2017-12-24T13:50:55", is_cached: false }
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
