I am trying to filter with bound > operator on a druid lookup dimension, and it does not work.
Expected to work same as any other dimension i am filtering.

{
"type": "extraction",
"dimension": "publisher_id",
"outputName": "publisher_first_revenue_month",
"outputType": "LONG",
"extractionFn": {
"type": "registeredLookup",
"optimize": true,
"lookup": "publisher_first_revenue_month"
}
}
In the explore screen, generate a query using the custom dimension as the filter criteria with a bound operator (>, < , >=, <=). And the error from pydruid will show up.
0.35.03.6Make sure these boxes are checked before submitting your issue - thank you!
Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.67. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Pretty sure that's been fixed in master at the bug bash. Here https://github.com/apache/incubator-superset/pull/8714
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
Most helpful comment
Issue-Label Bot is automatically applying the label
#bugto this issue, with a confidence of 0.67. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!Links: app homepage, dashboard and code for this bot.