airflow
https://github.com/apache/airflow
Python
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
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 supported35 Subscribers
View all SubscribersAdd a CodeTriage badge to airflow
Help out
- Issues
- Add durable option to TriggerDagRunOperator to reconnect on retry
- DAGs that have entires in `dag_version` but not in `serialized_dag` are never serialized
- Recreate missing SerializedDagModel for existing DagVersion to ensure DAGs can be re-serialized. Fixes #68944.
- Split ResumableJobMixin's reconnect decision from its polling
- Reuse the resumable core for TriggerDagRunOperator's durable wait
- Fix branch not skipping mapped tasks with custom XCom backend
- Handle missed deadline alerts when DagRuns fail
- Serialize dag if it is not serialized even if it does not have task instances
- Fix airflowctl connections create-defaults command
- [AIP-94] Add airflowctl providers get
- Docs
- Python not yet supported