airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
Resolves #44882 and #44847. Today there is an option to extend the Flask Rest API in the auth manager interface. That allows, for instance, the FAB auth manager to extend...
This PR removes references to undead tasks from the docs page [here](https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/tasks.html#zombie-undead-tasks). The term "undead task" is not used in the logs. Instead, if a running task has its state...
Follow-up of https://github.com/apache/airflow/pull/43599, specifically https://github.com/apache/airflow/pull/43599/files#r1826351853 from @dstandish. --- **^ 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...
After https://github.com/apache/airflow/pull/44656 is merged we will have a placeholder page for task logs. We should reimplement the task logs page here. - check if the TI try_number > 1. Then...
Based on this [conversation](https://github.com/apache/airflow/pull/44456#discussion_r1876200836), it is better to use `hash` instead of `repr` to identify an object. --- **^ 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...
The goal is: - Unify the action button behavior for clear / trigger and any further actions. - Support a `withText=true` mode for a full button - Support a `withText=false`...
### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers 2.10.1 ### Apache Airflow version 9.1.0 ### Operating System N/A ### Deployment Amazon (AWS) MWAA ### Deployment details I...
Revert the revert #45057 of #44744. It failed because of: ``` Traceback (most recent call last): File "/opt/airflow/./scripts/ci/pre_commit/compile_www_assets.py", line 86, in if is_fab_provider_installed(): File "/opt/airflow/./scripts/ci/pre_commit/compile_www_assets.py", line 79, in is_fab_provider_installed return...
### Description Related context: https://github.com/apache/airflow/issues/44753#issuecomment-2526209568 TL;DR After conducting some research and implementing a POC, I would like to propose a potential solution. However, this solution requires changes to the `airflow.utils.log.file_task_handler.FileTaskHandler`....
### What do you see as an issue? The [current ERD](https://airflow.apache.org/docs/apache-airflow/stable/database-erd-ref.html) is a static image, and elements can't be searched using ctrl/cmd+f. ### Solving the problem We can use [PlantUML](https://github.com/sphinx-contrib/plantuml)...