-
Notifications
You must be signed in to change notification settings - Fork 2
Added list_timestamps #192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportBase: 72.14% // Head: 72.81% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #192 +/- ##
==========================================
+ Coverage 72.14% 72.81% +0.67%
==========================================
Files 11 12 +1
Lines 858 883 +25
==========================================
+ Hits 619 643 +24
- Misses 239 240 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments here, Rickard.. I will add comments iteratively if that is Ok.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on the comments, Rickard. A few more comments from my side.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great job, just a question regarding the return value of list_timestamps
to be consistent with list_measurements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work Rickard. Feel free to merge
- Kept double linebreaks (flake8 fix)
3556c6b
to
8bddc52
Compare
Description
Added function to retrieve timestamps from vibium-cloud endpoint
/sources/{source_id}/timestamps
.References vikinganalytics/vibium-cloud#690
New dependencies: (Added to requirements_*.txt)
Fixes # (potential issues that are fixed by this PR)
Type of Change
Checklist
Requirements