-
Notifications
You must be signed in to change notification settings - Fork 21
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
Flowmachine subscriber degree #991
Conversation
flowmachine/flowmachine/core/server/query_schemas/subscriber_degree.py
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #991 +/- ##
=========================================
+ Coverage 93.18% 93.38% +0.2%
=========================================
Files 131 138 +7
Lines 6165 6911 +746
Branches 699 699
=========================================
+ Hits 5745 6454 +709
- Misses 295 332 +37
Partials 125 125
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #991 +/- ##
=========================================
+ Coverage 93.18% 93.38% +0.2%
=========================================
Files 131 138 +7
Lines 6165 6911 +746
Branches 699 699
=========================================
+ Hits 5745 6454 +709
- Misses 295 332 +37
Partials 125 125
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #991 +/- ##
==========================================
+ Coverage 93.34% 93.38% +0.03%
==========================================
Files 137 138 +1
Lines 6886 6911 +25
Branches 699 699
==========================================
+ Hits 6428 6454 +26
+ Misses 333 332 -1
Partials 125 125
Continue to review 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.
Looks good aside from a misleading docstring.
ISO format date of the first day of the count, e.g. "2016-01-01" | ||
stop : str | ||
ISO format date of the day _after_ the final date of the count, e.g. "2016-01-08" | ||
direction : {"in", "out", "both"}, default "both" |
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.
There isn't a default defined in the function here?
Closes #969
I have:
Exposed subscriber degree information via joined spatial aggregate of FlowAPI