This message was deleted.
# general
s
This message was deleted.
p
thanks @John Kowtko. I checked this, but my use case requires the view on union of two tables. is there any workaround for that?
g
Not that I know of, although you would be able to do it with an extension that adds a new
NamedDruidSchema
with the views you want. Gonna need to break out the IDE 🙂
At some point we'll introduce ability to define SQL views, then you'd be able to use those without writing an extension
p
Thanks @Gian Merlino, I will check this. My actual use case is to overcome some of the limitations in druid sql when using 'union all'. By creating a view on native query and providing the view as datasource to users would solve that.