Data in depth - #30
Merged
Merged
Conversation
elehmer
approved these changes
Jul 17, 2026
elehmer
left a comment
Contributor
There was a problem hiding this comment.
Successfully loaded into the Dev DB. I will merge and apply to Prod DB. Thanks!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These commits support the backend Data In Depth functionality. They are spread across 3 main areas:
Database
4 new tables
scenario_water_year_type
data_in_depth_subject
data_in_depth_subject_member
data_in_depth_value
subject/member seeders:
seed_data_in_depth_delta_subjects.sql
seed_data_in_depth_river_flow_subjects.sql
seed_data_in_depth_reservoir_subjects.sql
API
3 new routes:
/api/data-in-depth/reservoir-storage
/api/data-in-depth/river-flows
/api/data-in-depth/delta-salinity
ETL
Base classes and extractors for water year type, reservoir, river flows and delta salinity. Since these are consuming external data sources they are not wired into any automation. The outputs will be supplied separately for database insertion.