Expose Stage 1 substep status in pipeline status payloads#1115
Merged
Conversation
5bbe34a to
04bc94b
Compare
f9d8931 to
b92054f
Compare
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.
Fixes #1114
Summary
build_datasetsto attach the recorder when a run ID is present, committing status updates to the pipeline volume as they are written.stage_1_statusin detailed pipeline status payloads andstage_1_currentin pipeline run indexes.Testing
make lintuv run --no-sync ruff check modal_app/data_build.py modal_app/step_manifests/status.py policyengine_us_data/build_datasets/__init__.py policyengine_us_data/build_datasets/coordinator.py policyengine_us_data/build_datasets/status_store.py tests/unit/test_build_dataset_status_store.py tests/unit/test_pipeline_status.py tests/unit/test_modal_data_build.pyuv run --no-sync pytest tests/unit/test_build_dataset_status_store.py tests/unit/test_pipeline_status.py tests/unit/test_modal_data_build.py -quv run --no-sync --with pyyaml python scripts/run_quality_guards.pyNote: full
uv run --no-sync ruff check .is currently blocked by pre-existing unrelated lint failures outside this change set.