airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
Moves the DeadlineAlert definitions out of the serialized_dag and into their own table in order to make UI integration easier for @bbovenzi. I kn ow I tagged a lot of...
related: #56420 This PR switch to apidoc+autodoc only for provider docs when Astroid ≥ 4 and everything else still uses AutoAPI. On Sphinx startup, we run sphinx-apidoc to generate _api,...
--- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed. In case of...
## Summary Fixes #58205 The `try_adopt_task_instances` method in the ECS Executor was calling `ti.command_as_list()` which doesn't exist in Airflow 3.x due to Task SDK changes. This caused the scheduler to...
### Body I have a kind request for all the contributors to the latest provider distributions release. Could you please help us to test the RC versions of the providers?...
## Problem SSM operators currently fail when commands return non-zero exit codes, making it impossible to: - Route workflows based on different exit codes - Handle commands where non-zero exit...
### Body When two tasks run at the same time and they contribute to the creation of the same dag run and partition key, then they can create different apdr...
### Apache Airflow version 3.1.3 ### If "Other Airflow 2/3 version" selected, which one? _No response_ ### What happened? When I run a backfill with parameters on a DAG that...
### Description It may be useful to add a Keycloak auth manager endpoint where you could obtain a token using the client_credentials flow. The endpoint could be `POST /token/client_credentials`, where...
### Apache Airflow version Other Airflow 2/3 version (please specify below) ### If "Other Airflow 2/3 version" selected, which one? 3.0.6 ### What happened? "Dynamic Task Mapping Skips Before Upstream...