Skip to content

Data in depth - #30

Merged
elehmer merged 4 commits into
mainfrom
data-in-depth
Jul 17, 2026
Merged

Data in depth#30
elehmer merged 4 commits into
mainfrom
data-in-depth

Conversation

@bkallay

@bkallay bkallay commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

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.

@elehmer elehmer left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully loaded into the Dev DB. I will merge and apply to Prod DB. Thanks!

@elehmer
elehmer merged commit 31f94ef into main Jul 17, 2026
2 checks passed
@elehmer
elehmer deleted the data-in-depth branch July 17, 2026 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants