Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on December 29, 2020 12:41PM
Likes: 0
Replies: 6
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?
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
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?
In version 12, it is now possible to delete bundle through Python API: