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

### Body This issue aims to update in the front-end how we do the clearing of task instances and dag runs. With AIP-66, clearing a task in the past doesn't...

kind:feature
area:UI

### Description ### Use case/motivation https://cwiki.apache.org/confluence/display/AIRFLOW/AIP-74+Introducing+Data+Assets ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ###...

kind:feature
area:UI
area:datasets
AIP-74

closes: #44351 "Retries" are majorly handled in airflow 2.x in here: https://github.com/apache/airflow/blob/main/airflow/models/taskinstance.py#L3082-L3101. The idea here is that in case a task is retry able, defined by https://github.com/apache/airflow/blob/main/airflow/models/taskinstance.py#L1054-L1073, the task is...

area:task-execution-interface-aip72
area:task-sdk

Related: https://github.com/apache/airflow/issues/43035 These are the stats comparing `uvicorn.run()` with` Gunicorn + GunicornMonitor` Comparison: Uvicorn vs. Gunicorn Performance Request Statistics Metric | Uvicorn | Gunicorn -- | -- | -- Total...

area:CLI

## Summary - Moved all translation (i18n) files from `ui/src/i18n/locales` to `ui/public/i18n/locales`. - Adopted `i18next-http-backend` to load translation files via HTTP dynamically. - Updated FastAPI static file serving logic to...

area:dev-tools
area:API
area:UI

### Apache Airflow version 3.0.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? The exception occurred when the DAG ran with `dag.test()` attempted to...

kind:bug
area:core

### Apache Airflow version 3.0.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Python debugger in VSCode starts infinite variable loading when the first...

kind:bug
priority:medium
area:core
area:core-operators
needs-triage

As per private chat... the previous link was pointing to an outdated line-numer in code. Therefore we better link to APIdoc of the class we wanted to reference.

area:providers
kind:documentation
provider:edge

Implement the method `filter_authorized_menu_items` in `KeycloakAuthManager`. This method is used by Airflow to figure if a user has access to a given menu item. --- **^ Add meaningful description above**...

area:providers
provider:keycloak