Skip to content

Feature/health upload dagster flow#457

Open
reanbrenda wants to merge 6 commits into
mainfrom
feature/health-upload-dagster-flow
Open

Feature/health upload dagster flow#457
reanbrenda wants to merge 6 commits into
mainfrom
feature/health-upload-dagster-flow

Conversation

@reanbrenda
Copy link
Copy Markdown
Collaborator

@reanbrenda reanbrenda commented May 12, 2026

What type of PR is this?

  • build: Commits that affect build components like build tool, dependencies, project
    version
  • chore: Miscellaneous commits (e.g. modifying .gitignore)
  • ci: Commits are special build commits that affect the CI/CD pipeline
  • docs: Commits that affect documentation only
  • feat: Commits that add a new feature
  • fix: Commits that fix a bug
  • perf: Commits are special refactor commits that improve performance
  • refactor: Commits that rewrite/restructure your code, however does not change any
    behaviour
  • revert: Commits that revert another commit/PR, usually can be autogenerated on
    GitHub or using git revert
  • style: Commits are special refactor commits that edit the code to comply with a
    code style, linter, or formatter
  • test: Commits that add missing tests or correcting existing tests

Summary

What does this PR do

This PR updates the health master adhoc pipeline: mandatory (non-nullable) columns drop bad rows to a gold/dq-results/failed/{country}/ CSV, and the sensor writes successful transforms to gold/dq-results/transforms/{country}/.

How to test

  1. Instructions on how to test
  2. Specify which files to review
  3. etc.

Link to Jira/Asana/Airtable task (if applicable)

placeholder

Wireframe screenshot/screencap (if applicable)

placeholder

Implementation screenshot/screencap (if applicable)

placeholder

reanbrenda and others added 4 commits May 13, 2026 00:01
Drop rows missing any non-nullable schema column; write failures to
gold/dq-results/failed/{country}/. Point transforms destination at
gold/dq-results/transforms/{country}/ in the health master sensor.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@reanbrenda reanbrenda requested a review from brianmusisi May 12, 2026 23:31
Keep this branch focused on health master pipeline changes only.
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.

1 participant