incubator-airflow
https://github.com/apache/incubator-airflow
Python
Apache Airflow (Incubating)
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported15 Subscribers
Add a CodeTriage badge to incubator-airflow
Help out
- Issues
- Ensure setup and teardown at both DAG and TG scope run in the right order
- Ensure no tasks are run until setup completes
- Ensure teardown doesn't run until all other tasks complete
- Ensure teardown does run even when a task fails
- Ensure no scoped tasks including teardown are run if setup fails
- Ensure tasks in DAG scope can run after setup even when a dependent TG has an unfinished setup
- AIP-44 Migrate TaskInstance._run_raw_task to Internal API
- AIP-44 Migrate BaseJob.run to Internal API
- AIP-44 Migrate TaskInstance.check_and_change_state_before_execution to Internal API
- Allow user DAGs to emit DagWarning (or similar)
- Docs
- Python not yet supported