How can I access Dataiku Inbox using Dataiku Python API

Arpita
Arpita Registered Posts: 1
edited August 7 in Using Dataiku

I want to access the Dataiku Inbox to see who raised access requests using Dataiku Python API. Can you help me how to do that? I want to approve requests in an automated way using Python.

Answers

  • Turribeach
    Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,577 Neuron

    I don't believe this is available in the Python API.

  • Alexandru
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,329 Dataiker

    Hi,
    Indeed at mentioned this is not currently available via the Public API a feature request is logged in this regard to provide a public python API for to the request center (plugin, code env, access requests)

    Currently, you can only obtain partial information from the Audit logs: https://doc.dataiku.com/dss/latest/operations/audit-trail/index.html
    Filter by "requests-center-request-approve" or "requests-center-request-create" and create a dataset regarding requests in the Inbox.

Setup Info
    Tags
      Help me…