Project ID

AdhikariRajan
AdhikariRajan Dataiku DSS Core Designer, Registered Posts: 1 ✭✭✭

Where do we get the exiting Project's ID?

Answers

  • CoreyS
    CoreyS Dataiker Alumni, Dataiku DSS Core Designer, Dataiku DSS Core Concepts, Registered Posts: 1,150 ✭✭✭✭✭✭✭✭✭
    edited July 17

    Hi @AdhikariRajan
    and welcome to the Dataiku Community. The easiest way to find the project id would be in the url of the project. For example:

    Screen Shot 2022-03-17 at 8.08.05 PM.png

    If you are asking about from the api:

    client = dataiku.api_client()
    p = client.get_default_project()
    p.project_key

    I hope this helps!

Setup Info
    Tags
      Help me…