Re: REST APIs for Create/Update models and cubes and selecting datasources

2017-05-14 Thread Nirav Patel
Thanks Li/Alberto. I think some changes to api should be fine version to version even if you make it public. I haven't seen much change in cube building from 1.6 to 2.0 except addition of new features which can be easily incorporated into API contract. I think It would be useful API to publish. On

Re: REST APIs for Create/Update models and cubes and selecting datasources

2017-05-14 Thread Li Yang
There is no public stable RESTful API to create cube programmatically. However there is one API that Kylin GUI uses to create cube, and in the debug console of modern browser, advanced user can observe how this API works. But note, it is not a stable API and is subject to change from version to ve

Re: REST APIs for Create/Update models and cubes and selecting datasources

2017-05-12 Thread Alberto Ramón
This is another possible solution (in the road map) On 11 May 2017 at 23:40, Nirav Patel wrote: > Sure. Is export/import in that JIRA means GET/CREATE? > > On Thu, May 11, 2017 at 3:05 PM, Alberto Ramón > wrote: > > > (Its not necesary duplicate all Q in dev and user MailList, thanks) > > > > h

Re: REST APIs for Create/Update models and cubes and selecting datasources

2017-05-11 Thread Nirav Patel
Sure. Is export/import in that JIRA means GET/CREATE? On Thu, May 11, 2017 at 3:05 PM, Alberto Ramón wrote: > (Its not necesary duplicate all Q in dev and user MailList, thanks) > > http://mail-archives.apache.org/mod_mbox/kylin-user/201609.mbox/% > 3C9EEA4677F012024598DC5D7E4D11FD53886EEAAE%40Q

Re: REST APIs for Create/Update models and cubes and selecting datasources

2017-05-11 Thread Alberto Ramón
(Its not necesary duplicate all Q in dev and user MailList, thanks) http://mail-archives.apache.org/mod_mbox/kylin-user/201609.mbox/%3C9EEA4677F012024598DC5D7E4D11FD53886EEAAE%40QTAUSC-VPEXC001.quantium.com.au.local%3E https://issues.apache.org/jira/browse/KYLIN-1605 On 11 May 2017 at 22:57, N

Re: REST APIs for Create/Update models and cubes and selecting datasources

2017-05-11 Thread Nirav Patel
On Thu, May 11, 2017 at 2:55 PM, Nirav Patel wrote: > Hi, > > I see APIs to Build existing cube but I don's see any thing for > Create/Update of Model and Cubes itself. Is there a way to modify cube > properties (dimensions, measures, refresh settings) programmatically? > > Thanks, > Nirav > --