docs: document BernCo HydroVu source schema (ST2DAT-129) - #46
Merged
crawson-icasa merged 1 commit intoAug 25, 2026
Conversation
crawson-icasa
requested review from
chasetmartin,
likithabommasani21 and
njones-icasa
August 25, 2026 00:59
Contributor
|
Your pull request is automatically being deployed to Dagster Cloud.
|
chasetmartin
approved these changes
Aug 25, 2026
| **Source timezone:** UTC (HydroVu `timestamp` is Unix epoch seconds). See the device-clock caveat below. | ||
| **Update frequency:** 4-hourly for most wells. Observed cadences across the 29 DTW locations: 4 h (19), 1 h (4), 6 h (3), 24 h (2), 1 min (1, `LVCC`) | ||
|
|
||
| **Credentials:** GCP Secret Manager, project `waterdatainitiative-271000` (project number |
Collaborator
There was a problem hiding this comment.
I would probably remove project and number from this doc, otherwise looks good
crawson-icasa
deleted the
ST2DAT-129-docs-bernco_hydrovu-document-BernCo-HydroVu-source-schema
branch
August 25, 2026 17:00
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.
Why
How
docs/sources/bernco_hydrovu.mdbased on_mapping_template.md.hydrovu_berncois in Secret Manager and its{id, secret}payload already matches what_resolve_hydrovu_credentials()expects, so no credential code has to changesources/hydrovu/adapter.pyandcanonical/canonical_constants.pyparameterId="4"arrives asunitId="35"(metres) at every location, so PVACD's× 3.28084carries over unchangedcanonical_constants.py" and "applies to this source", because 11 of the template's 13 names are not yet defined incanonical_constants.pyNotes
Any special considerations, workarounds, or follow-up work to note?
deploy/30_dagster_gcp_auth.shgrantssecretAccessoronhydrovu_pvacdonly. The Dagster service account needs the same grant onhydrovu_berncobefore this runs in productiondlt_pipeline.py:191-193logs 404 as "no data endpoint" when it means no data at or afterstartTime, and 13 of BernCo's 14 404s return full history atstartTime=0.dlt_pipeline.py:130-137says the API has noendTimeparameter, but the OpenAPI spec lists one0and960initial_start_dateis still open. History runs back to 2009-05-18, so someone has to pick how much of it to load[sources.hydrovu]block, one registry entry. Open Questions Scaffold dagster_dlt(ST2DAT78) #1 proposes a design, this PR implements none of it