Add example DAG for ERP data migration pipeline (ETL workflow)#66774
Add example DAG for ERP data migration pipeline (ETL workflow)#66774venkatamandavilli-code wants to merge 3 commits into
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide
|
|
Thank you for reviewing my contribution. Please let me know if any modifications or improvements are required. I would be happy to update the PR accordingly. |
venkatamandavilli-code
left a comment
There was a problem hiding this comment.
Updated the example DAG with additional documentation and function-level descriptions to clarify that this is an illustrative ERP migration workflow example.
|
@venkatamandavilli-code A few things need addressing before review — see our Pull Request quality criteria.
No rush. Note: This comment was drafted by an AI-assisted triage tool and may contain mistakes. Once you have addressed the points above, an Apache Airflow maintainer — a real person — will take the next look at your PR. We use this two-stage triage process so that our maintainers' limited time is spent where it matters most: the conversation with you. Drafted-by: Claude Code (Opus 4.7); reviewed by @potiuk before posting |
|
Thanks for the guidance. I’ll update the branch and review the static check failure before pushing the correction. Appreciate the feedback. |
Summary
This PR adds an example DAG demonstrating a typical ERP data migration workflow using Apache Airflow.
Details
The DAG models a structured ETL pipeline commonly used in enterprise ERP transformations:
Use Case
This example is intended to help users understand how Airflow can be used to orchestrate complex enterprise data migration workflows, especially in ERP environments.
Notes
This is a simplified illustrative example based on real-world enterprise migration patterns.