airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
- While translating, I've implemented some principles currently implemented in the [PR](#51038) for the Hebrew translation (e.g., the term "Dag(s)" was not translated nor transliterated). - Before merging, we might...
## Related Issue #51564 cc @pierrejeambrun ## Why Current implementation only support task_id for bulk deletion. We need to update service to accept map_index. ## How - add `BulkDeleteActionWithEntity` and...
### Fixes: [#51299](https://github.com/apache/airflow/issues/51299) - Impossible to load UI if user does not have read permissions on plugins #### Summary This PR ensures the Airflow UI loads gracefully for authenticated users...
closes : #45670 Implement Version Command on the CLI side --- **^ 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,...
Follow-up of #51764 As @pierrejeambrun and @bbovenzi had some feedback, this adds an accordion and limits the maximum space used, add an option to hide notes. Better like this? https://github.com/user-attachments/assets/873b1a47-68a2-4489-b9f8-daaa40fa9cf7
Work in progress branch for grid optimization I break up the monolith that is grid_data. The headline here is, with 3k tasks in a dag, loading time for 10 runs...
closes: #51228 --- Extends the Airflow 3 `@asset` decorator to support any `TaskFlow` operator. To match the [Asset-Centric Syntax](https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-75+New+Asset-Centric+Syntax) specification, the asset is implicitly set as an outlet of the...
### 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?...
In default values.yaml file there are missing values for workers.kerberosInitContainer. This PR adds missing fields. --- **^ 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...
This PR adds a feature to Airflow that trigering user is tracked on the Dag run level. So far if you have usages where users trigger manual you needed to...