Add final_project_pipeline_dev (VM-only dev integration DAG) - #32
Merged
Conversation
HYF-maintained dev integration DAG for team VMs (dev_airflow, job-fp-ingest-dev, analytics_dev). Separate from pipeline_dag.py so student merges stay conflict-free; lazy-imports pipeline_dag helpers so DagBag does not register the prod DAG twice. Co-authored-by: Cursor <cursoragent@cursor.com>
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.
What I built
Adds
data/airflow/dags/pipeline_dag_dev.py: VM-onlyfinal_project_pipeline_devfor manual integration on the team Airflow VM (dev_airflow,job-fp-ingest-dev,analytics_dev).pipeline_dag.pyis unchanged.Why this approach
Rollout for hyf-datatrack#362. HYF maintains this file in a separate module so students keep editing
pipeline_dag.pywithout merge conflicts. Helpers are imported inside tasks only (not at module scope) so CIdag-integritydoes not see duplicatefinal_project_pipelineregistrations. Laptops withDATABRICKS_TOKENin.envskip this file; only the team VM loads it.Contract impact
None. Dev DAG publishes to
analytics_devonly; prodanalyticscontract unchanged.How to run
On a team Airflow VM after merge and git pull:
Locally (Astro): only
final_project_pipelineloads.Self-check
pipeline_dag_dev.pyMade with Cursor