Druid extension druid-lookups-cached-single is not working lookup type is not found
Getting an error the pollingLookup type is not found when adding a lookup in the UI
Affected Version
30.0.0
Description
Getting error that lookup type pollingLookup is not found
This issue has been marked as stale due to 280 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the [email protected] list. Thank you for your contributions.
This may be the same issue as described in https://github.com/apache/druid/issues/15936#issuecomment-2881800870. If so, it's a web UI issue, really: the web console code doesn't understand loadingLookup or pollingLookup, although they work fine via API. Adding support for these to the web UI would be a nice addition.