Python API / Project Status
rmoore
Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2022, Frontrunner 2022 Finalist, Frontrunner 2022 Participant, Neuron 2023 Posts: 33 Neuron
Is there any way to retrieve the project status field using the Python API. It does not seem to be contained in the get_metadata result.
Tagged:
Best Answer
-
Hi,
The project status can be read from the project settings:
project.get_settings().get_raw()["projectStatus"]