Jump to content

Recommended Posts

Posted

I am having trouble removing signals from DataLab.  I tried this, and it looks like it set all signals to ARCHIVE:

image.thumb.jpeg.e2d6dafb83b2c71cce9d69add5322682.jpeg

Notice the ID 18B29A83-783F-475D-B2BB-7ACF2BFB8362 for QCS_BasisWeight_RampCond says it is Archived:

image.thumb.jpeg.6a20e05c314374b4875affb81d97cf69.jpeg

However, in WorkBench the same ID shows it is not archived:

image.thumb.jpeg.012210dfae3187f9c1049f1bd9208c63.jpeg

How can I use DataLab to remove/delete/archive signals?

  • Seeq Team
Posted

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)

 

  • Seeq Team
Posted

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)

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...