Project ID

AdhikariRajan
Level 1
Project ID

Where do we get the exiting Project's ID?

0 Kudos
1 Reply
CoreyS
Dataiker Alumni

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!

Looking for more resources to help you use Dataiku effectively and upskill your knowledge? Check out these great resources: Dataiku Academy | Documentation | Knowledge Base

A reply answered your question? Mark as โ€˜Accepted Solutionโ€™ to help others like you!