airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Results 1281 airflow issues
Sort by recently updated
recently updated
newest added

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...

area:webserver
area:providers
area:API
provider:fab
legacy api

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...

stale
kind:documentation

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...

stale
area:Scheduler
area:CLI

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...

AIP-38

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...

area:Scheduler

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`...

area:UI

### 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...

kind:bug
provider:amazon-aws
area:providers
needs-triage

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...

area:dev-tools
full tests needed

### 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`....

area:providers
area:logging
kind:feature

### 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)...

kind:feature
kind:documentation