airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### Description Helllo! I've been using 3.0 and gathered some small things to implement to the UI, and just thought I should open an issue to track them in case...
When starting a new dagrun or marking a dagrun as QUEUED, if the DAG has a deadline and that deadline is calculated off one of these dagrun values, then calculate...
#51109 outlined an issue where trying to dynamically map over an XCom return value using a custom key resulted in unexpected behavior. Rather than leveraging the `list` that was stored...
### Apache Airflow version 3.0.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Apache Airflow version: 3.0.1 Executor: CeleryExecutor (distributed workers, multi-host setup) Deployment...
## Related PR - this one is the follow up pr of #50443 to implement bulk TI deletion ui ## How - add multi-select in ti table - minor fix...
Closes [#515225](https://github.com/apache/airflow/issues/51522). Why ----- While using the `MessageQueueTrigger` in Airflow 3.0+, the parameters in the common message queue trigger are not specific enough, leading to potential issues like unclear usage,...
Realized these when I'm cruising over the docs. --- **^ 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...
Add French Translations.   
## Related Issue closes: #50348 ---- This PR reintroduces the pre-import optimization for DAG parsing originally added in Airflow 2.6.0 (#30495) but missing in Airflow 3.0. It reduces DAG parsing...
### What do you see as an issue? https://airflow.apache.org/docs/apache-airflow/stable/security/sbom.html link to https://airflow.apache.org/docs/apache-airflow/stable/sbom which is 404 ### Solving the problem Is this url outdated or is SBOM just missing ? ###...