Dataiku Java API

piyushk
piyushk Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Adv Designer, Registered Posts: 55 ✭✭✭✭✭

Does Dataiku has repository or packages for Java based application?

Answers

  • ATsao
    ATsao Dataiker Alumni, Registered Posts: 139 ✭✭✭✭✭✭✭✭

    Hi there,

    DSS is a Java-based application but it is not apparently clear what you are looking for exactly. Could you clarify what you mean and/or provide more details about your particular use case?

    Thanks,

    Andrew

  • piyushk
    piyushk Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Adv Designer, Registered Posts: 55 ✭✭✭✭✭

    Hello,

    We have a requirement where application is Java-based and we would like to create users in Dataiku using Java based application.

    Therefore, looking for a java package which can interact with dataiku to create, update and delete user.

  • ATsao
    ATsao Dataiker Alumni, Registered Posts: 139 ✭✭✭✭✭✭✭✭

    Hi,

    You should be able to accomplish this by leveraging the REST APIs that are available in DSS. For example, you can use these APIs to programmatically create, update, and delete users as you've mentioned. More information about these particular APIs can be found in our API documentation here: https://doc.dataiku.com/dss/api/7.0/rest/#security-users

    I hope that this helps but please let me know if this isn't what you're looking for!

    Best,

    Andrew

  • piyushk
    piyushk Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Adv Designer, Registered Posts: 55 ✭✭✭✭✭

    i was able to accomplish the task using REST APIs

  • piyushk
    piyushk Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Adv Designer, Registered Posts: 55 ✭✭✭✭✭

    The requirement was to do admin related activities using Java application on DSS. As suggested, I followed the REST APIs documentation and was able to complete it.

Setup Info
    Tags
      Help me…