Add TDS data products: summary + latest value#73
Merged
Conversation
Two new ogc_summary products over the tds parameter (all NM sources): - nm_tds_summary: TDS concentration summary stats - nm_tds_latest: most recent TDS value per site Both materialize via the existing build_product_assets graph; definitions load with 6 products / 6 schedules. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Your pull request is automatically being deployed to Dagster Cloud.
|
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.
Adds two Dagster+ data products for TDS (all NM sources), via
orchestration/config/products.yaml:nm_tds_summaryogc_summarynm_tds_latestogc_summaryBoth use the
tdsparameter (sources: bor, nmbgmr_amp, nmed_dwb, nmose_isc_seven_rivers, wqp) and materialize through the existingbuild_product_assetsgraph. The summary GeoJSON already carrieslatest_value/latest_dateper site, so "latest value" is the same output type with its own id/title.Verified:
orchestration.definitionsloads — 6 products, 6 schedules.🤖 Generated with Claude Code