You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
We have a superset site using version 0.18 now. When we try to upgrade it to version 1.2, we found the slice based on Druid cannot work as expected.
The slice in version 0.18 looks like:
The slice upgrade to 1.2 looks like:
The metrics are missing and dimensions are not grouped by.
The setting of the slice is:
The data source setting is:
The query in new version is: { "queryType": "scan", "dataSource": "campaign_realtime_ectr_prod_v1", "granularity": "all", "intervals": "2021-08-06T00:00:00+00:00/2021-08-26T03:44:27+00:00", "filter": { "type": "regex", "dimension": "campaign_name", "pattern": "Live Pass" }, "columns": [ "campaign_id", "campaign_name", "__time" ], "metrics": [], "limit": 50000 }
It seems that the columns fields have a "__time" column and no options in metrics.
Thanks.
The text was updated successfully, but these errors were encountered:
@Asura1977 the native Druid connector is in the process of being deprecated (see #6032 for details). If you want to continue using Druid on a fresh version of Superset I would encourage you to switch to the SqlAlchemy connector for Druid which is actively supported in Superset.
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
We have a superset site using version 0.18 now. When we try to upgrade it to version 1.2, we found the slice based on Druid cannot work as expected.
The slice in version 0.18 looks like:
The slice upgrade to 1.2 looks like:
The metrics are missing and dimensions are not grouped by.
The setting of the slice is:
The data source setting is:
The query in new version is:
{ "queryType": "scan", "dataSource": "campaign_realtime_ectr_prod_v1", "granularity": "all", "intervals": "2021-08-06T00:00:00+00:00/2021-08-26T03:44:27+00:00", "filter": { "type": "regex", "dimension": "campaign_name", "pattern": "Live Pass" }, "columns": [ "campaign_id", "campaign_name", "__time" ], "metrics": [], "limit": 50000 }
It seems that the columns fields have a "__time" column and no options in metrics.
Thanks.
The text was updated successfully, but these errors were encountered: