Jump to content

Archiving Seeq Calculated Signals using Seeq Data Lab


Recommended Posts

When creating Seeq signals using Seeq Data Lab(SDL) it can be useful to know how to delete signals from Seeq after pushing the signal to a workbench using a Spy push. 

Fortunately, the process is as simple as adding a column to your metadata dataframe called 'Archived' and setting the value to 'True' for any signal(s) you would like to archive. Below is a snippet of code where an 'Archived' column is added to the spy.push example notebook metadata dataframe is the SDL Spy Documentation.

image.png 

The DEPTH(ft) signal will be archived after pushing the new metadata dataframe with the archived column set to 'True'.

A couple other notes about deleting signals in Seeq:

  • If you would like to keep the signal in Seeq, but want to update the data, you can do so with a subsequent push of the signal that includes the new data. The caveat is the new data must have the same keys (timestamps) as the old data. If the keys are different, the data will be appended to the existing signal.
    • Otherwise, you will need to push the signal with a unique name/path/type.
  • If you would like to fully delete the signal samples from Seeq, you can do so using Seeq's API call to delete the signal samples.
  • Thanks 1
Link to comment
Share on other sites

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...