Measurement type - Move to points and image table#195
Conversation
Refactor the schema and move the measurement type from the campaign observation to the image and points table. This allows having multiple measurements per observation. Closes #194
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-0.6.x #195 +/- ##
=================================================
- Coverage 75.80% 75.73% -0.08%
=================================================
Files 21 21
Lines 649 647 -2
=================================================
- Hits 492 490 -2
Misses 157 157 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Version 3.8 is end of life and unsupported as 0f 2024-10
|
This looks good - I was able to create the new schema via the successful run of the test suite. How will |
The name will be set by the import in |
Update the Point uploader to associate the measurement type with the point record instead of the observation. This is a consequence of PR SnowEx/snowexsql#195
|
@aaarendt - Updated the issue with a snapshot of a test run with the new structure |
Refactor the schema and move the measurement type from the campaign observation to the image and points table. This allows having multiple measurements per observation.
Closes #194