patjdixon Posted September 8, 2022 Posted September 8, 2022 I am having trouble removing signals from DataLab. I tried this, and it looks like it set all signals to ARCHIVE: Notice the ID 18B29A83-783F-475D-B2BB-7ACF2BFB8362 for QCS_BasisWeight_RampCond says it is Archived: However, in WorkBench the same ID shows it is not archived: How can I use DataLab to remove/delete/archive signals?
Seeq Team Joe Reckamp Posted September 8, 2022 Seeq Team Posted September 8, 2022 Hi Pat, Did you spy.push the dataframe back to Seeq after the Data Lab screenshots you show here? You set the Archived value in Data Lab, but it doesn't actually occur in Seeq until you push that metadata back to Seeq. So you'll want to add a line of spy.push(metadata=RampCond_Tags)
patjdixon Posted September 8, 2022 Author Posted September 8, 2022 I get an error for Maximum Duration:
Seeq Team Joe Reckamp Posted September 8, 2022 Seeq Team Posted September 8, 2022 Hi Pat, Can you try making the spy.search line include all properties so that hopefully it brings in the maximum duration for you: RampCond_Tags = spy.search({'Name': '*_RampCond'}, all_properties=True)
Members Mark Pietryka Posted September 9, 2022 Members Posted September 9, 2022 Pat, We have received your support ticket, are processing it, and should be reaching back out with our findings soon. Let us know if the error is resolved in the meantime. Thanks!
patjdixon Posted September 14, 2022 Author Posted September 14, 2022 The problem was: RampCond_Tags['Archived']='True' This should not be set to a string, it needs to be set to a boolean: RampCond_Tags['Archived']=True 1
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