Wen Posted January 27, 2023 Posted January 27, 2023 I am trying to pull data for attributes under an Asset. One of the attribute is not trendable in SEEQ. While using spy.pull(), I get this error: Seeq API Error: (400) Bad Request - Client data source exception: Error processing signal request for b5be4687-fcf4-11e8-8816-0028f8d96a7e/a3ce8c80-bfb6-5a72-0252-c6d80f3eb4e1 with start: 2022-12-01T00:00:00.0000000Z and end: 2023-01-01T00:00:00.0000000Z. Specified cast is not valid. Exception: InvalidCastException at 'resample', line=1, column=1 Is it possible for me to specify in the script for spy.pull() to skip that attribute or populate NaN in that column?
Seeq Team Mark Derbecker Posted January 27, 2023 Seeq Team Posted January 27, 2023 Hi Wen, You should be able to supply the "errors" argument to skip over the error: spy.pull(items, errors='catalog')
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