You can submit a query through the rest API but simply make the query "CREATE VIEW ...". All queries (including view creation) can be submitted through that API.
-- Jacques Nadeau CTO and Co-Founder, Dremio On Fri, Aug 21, 2015 at 5:06 AM, Sudip Mukherjee <[email protected]> wrote: > Hi Devs, > > I was trying to create views on top of my mongo datasource recently so > that I can use them from BI tools. I was wondering if there is a rest api > to create the views programmatically . > Actually the use case I was thinking that I will use the rest api to > configure the FS workspace for the schema and I will start creating the > views from a program.. > > Could you clarify this part for me please. > > Thanks, > Sudip > > > > > ***************************Legal Disclaimer*************************** > "This communication may contain confidential and privileged material for > the > sole use of the intended recipient. Any unauthorized review, use or > distribution > by others is strictly prohibited. If you have received the message by > mistake, > please advise the sender by reply email and delete the message. Thank you." > **********************************************************************
