-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add measurement campaign table #108
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #108 +/- ##
==========================================
- Coverage 60.87% 60.11% -0.76%
==========================================
Files 15 15
Lines 1122 1176 +54
==========================================
+ Hits 683 707 +24
- Misses 439 469 +30
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. |
15b5ab6
to
9485a04
Compare
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.
Changes to conversion constants and number of sensors..
BREAKING CHANGE: Provide a "label" key mapped to the label in the "measurement_campaign" dictionary of the configuration file instead.
Summary
Add support for thew new measurement campaigns table in BigQuery. This allows data to be associated with a measurement campaign that can be given a label and description. The code has also been cleaned up and some bugs fixed.
Contents (#108)
IMPORTANT: There are 2 breaking changes.
New features
session
table when uploading a windowEnhancements
label
field withsession_reference
in existing tablesFixes
Reversions
Operations
snok/install-poetry
to avoid missing poetry bugDependencies
python3.7
supportoctue==0.41.0
pandas
dev dependencypyarrow
dev dependencydev-dependencies
group with newdev
groupRefactoring
BatchingUploader
Testing
MockBigQueryClient
MockBigQueryClient.rows
attribute toinserted_rows
Mock
instead oftypes.SimpleNamespace
Upgrade instructions
💥 Remove ability to provide label via CLI
Provide a "label" key mapped to the label in the "measurement_campaign" dictionary of the configuration file instead.
💥 Drop python3.7 support
Update to
python>=3.8
.