Create bundle with release notes through Python API

daniel_adornes
daniel_adornes Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Dataiku DSS Adv Designer, Registered Posts: 30 ✭✭✭✭✭

Hello everyone!

Through the Web UI, when creating bundles, we are allowed to enter a text for release notes.

I wonder if there is a way to do the same through the Python API, which we use to automatically create bundles as part of our CI/CD pipeline.

The pipeline we created was inspired by Dataiku's template here which uses the functions DSSProject.export_bundle and DSSProject.publish_bundle. These functions expect only a bundle id as a parameter. I was expecting a way to provide the value for release notes, but it doesn't seem to be there.

Is there some way to do that? If not, this might be a valuable suggestion for the API evolution.

Thanks!

Daniel


Operating system used: Linux

Tagged:

Answers

Setup Info
    Tags
      Help me…