Does DSS support deleting bundle thought API?
The only info I could find in the documentation is here:
Processing-tests-Delete-a-bundle-clean-exported-bundles-list
"To remove a bundle created using the export_bundle method, you need to remove it from the Dataiku DATA_DIRECTORY on the server. The bundles are located in DATA_DIRECTORY_PATH/prepared_bundles/PROJECT_KEY/BUNDLE_ID."
per my understanding, it means we can't delete it thought API, only by Hands (manually). right?
Best Answer
-
Hi arielma2304,
That's correct. With that being said, the ability to delete bundles programmatically via the public API is already an existing enhancement request that's currently in our backlog undergoing further review by our product team.
Best,
Andrew
Answers
-
In my case, after exporting bundle, I'm running checkmarx scan, and in case it fails, I want to mark this bundle as bad/ignore. since I can't delete it, Is there any other alternative? some flag/tag?
-
@ATsao
can you refer to it? By the way, Is there any estimation for this enhancement? -
Is this still in the backlog ? @ATsao
Would be great to have visibility on that.
Thanks -
Any updates on this?
-
Vasilisa Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 5 Dataiker
In version 12, it is now possible to delete bundle through Python API: