Thorsten Vogt Posted February 10, 2020 Posted February 10, 2020 Hi, when I try to get data into Jupyter Notebooks by using spy.pull(), I receive no results when I omit "start" and "end" parameters. According to the documentation it should return values for the last hour. However if I specify the timestamps in UTC spy returns the desired values: Is there a way to get this working without specifying the timestamps? Regards, Thorsten
Seeq Team Mark Derbecker Posted February 10, 2020 Seeq Team Posted February 10, 2020 Hi Thorsten, I think something's amiss with how we handle timezones when start and end are omitted. `result1` is in a timezone offset that is one hour different from `result2`, and is therefore in the future where there is no data ... I'll investigate.
Seeq Team Mark Derbecker Posted February 11, 2020 Seeq Team Posted February 11, 2020 Thorsten, SPy module version 136 has a fix for the timezone issue, you can upgrade if you'd like to try it out.
Thorsten Vogt Posted February 11, 2020 Author Posted February 11, 2020 Hi Mark, thank you. The new version works. Regards, Thorsten
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