RMC Posted May 6 Share Posted May 6 Hi there, I have a jupyter notebook to set up and comb through some data and set up a custom asset tree and workbook on a regular basis. This asset tree is new every interval, but currently it just adds the new assets to the ones that were created on the previous interval, basically like appending a list. What I'd like is to completely delete the asset tree from the last interval and start over. This can easily be done through the seeq interface, but I'd like to have it code based in SDL so I can just re-run my jupyter notebook every week and get the workbook I need. Thanks for any help! Link to comment Share on other sites More sharing options...
Seeq Team Sanman Mehta Posted May 9 Seeq Team Share Posted May 9 Hi RMC, I have "been there done that!" Now there is an archive parameter which when set to True will only keep the items from your push the unwanted "append" will not occur. Instead it will give you exactly what you are pushing and archive the rest. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now