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

### Apache Airflow version 2.4.0 ### What happened Task policies on airflow 2.4 are raising ` ERROR [airflow.models.dagbag.DagBag] can't set attribute ` error on trying to override the values. ###...

kind:bug
area:core
reported_version:2.4

closes: https://github.com/apache/airflow/issues/23421 related: https://github.com/apache/airflow/issues/23421 supersedes PR : https://github.com/apache/airflow/pull/23530

area:webserver
area:API
area:UI

### Body Hi. [The documentation for apache-airflow-providers-docker](https://airflow.apache.org/docs/apache-airflow-providers-docker/stable/index.html) does not provide information on how to use the `@task.dockker `decorator. We have this decorator described only in the API reference for this...

area:providers
good first issue
kind:documentation

### Description I noticed with the new inline task logs view in Airflow 2.4 - the default is to go to the 1st task attempt log, rather than the most...

kind:feature
good first issue
area:UI

### Body We need to determine what to do about this warning: ``` /Users/dstandish/.virtualenvs/2.4.0/lib/python3.8/site-packages/flask_sqlalchemy/__init__.py:872 FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it...

kind:meta

the backfill queued tasks were getting reset to scheduled state by `kubernetes_executer.clear_not_launched_queued_tasks` of `scheduler` instance. this fixes the issue by making `clear_not_launched_queued_tasks` only handle the tasks which are created by...

area:scheduler/executor
area:kubernetes

### Apache Airflow version main (development) ### What happened When clearing any task instances an extra logs entry generated with Zero try number. ### What you think should happen instead...

kind:bug
area:core
area:UI
reported_version:main_branch

### Apache Airflow version 2.2.4 ### What happened We are running airflow 2.2.4 with KubernetesExecutor. I have created a dag to run airflow backfill command with SubprocessHook. What was observed...

kind:bug
reported_version:2.2
area:backfill

closes: #25668 related: #25668

area:providers
area:kubernetes

### Apache Airflow version main (development) ### What happened When using the python operator on scheduled runs the task logs are repeating multiple times. This issue doesn't occur when using...

kind:bug
good first issue
area:core-operators
reported_version:main_branch