airflow icon indicating copy to clipboard operation
airflow copied to clipboard

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

Results 1085 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