Create bundle with release notes through Python API

daniel_adornes
Level 3
Create bundle with release notes through Python API

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

2 Replies
fsergot
Dataiker

Hello @daniel_adornes ,

This is indeed a limitation in our APIs.

This is noted and added in our backlog for a future release.

daniel_adornes
Level 3
Author

Thank you very much @fsergot !

Have a great week!

0 Kudos