Updating project long description using Python
info-rchitect
Registered Posts: 189 ✭✭✭✭✭✭
I believe the long description is stored in a long-description.md file. If that is true, how can I update this file using Python?
Context here is we are duplicating a known-good workflow and writing user-specific information into the long description.
thx
Operating system used: Windows 10
Operating system used: Windows 10
Tagged:
Best Answer
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,160 Neuron
What exactly do you call the long description? The project description is stored here:
project = client.get_default_project() project_metadata = project.get_metadata() print(project_metadata['description'])