Project ID
AdhikariRajan
Dataiku DSS Core Designer, Registered Posts: 1 ✭✭✭
Where do we get the exiting Project's ID?
Tagged:
Answers
-
CoreyS Dataiker Alumni, Dataiku DSS Core Designer, Dataiku DSS Core Concepts, Registered Posts: 1,150 ✭✭✭✭✭✭✭✭✭
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:If you are asking about from the api:
client = dataiku.api_client() p = client.get_default_project() p.project_key
I hope this helps!