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.3.3 ### What happened We have been getting occasional deadlock errors in our main scheduler loop that is causing the scheduler to error out of the...

kind:bug
area:scheduler/executor
reported_version:2.3

closes: #23638 The implementation provides basic owner management over the user-defined owner field coming from DAGs. The implementation is functional. I tested over multiple cases such as those below. ```...

area:webserver
area:CLI

closes: #9145 follow-up: #24660 Rather than extend existed `SqlToSlackOperator` I've decided to create new transfer operator `SqlToSlackApiFileOperator`. cc: @eladkal

area:providers

### Apache Airflow version 2.3.4 ### What happened Hello, I've come across something that I think is most likely a bug in airflow. After I setup remote logging to google...

kind:bug
good first issue
area:core

**Description** I have been an airflow user for since a long time and I have often asked myself "what did happen to this task 4 months ago?". Usually, this question...

kind:feature
area:core

### Body Spun out of https://github.com/apache/airflow/pull/19725#issuecomment-977062213 It may be worthwhile to strengthen up the test suite to also catch warnings so we can fix them before the reach the user....

kind:meta

### Apache Airflow version 2.3.4 ### What happened I am attempting to configure variables with a Google Secrets Manager secrets backend and it appears that having dashes in the name...

kind:bug
good first issue
area:core

> Last updated: 6th of May, 2024 ## Planned releases ### [Airflow 2.9.2](https://github.com/apache/airflow/milestone/96) The release focuses on bug fixes ### [Airflow 2.10.0](https://github.com/apache/airflow/milestone/90) The release focuses on new features ### [Airflow...

kind:meta

### Description Since `execution_date` is deprecated, it makes sense that this sensor or a new version of it (for backward compatibility) uses the `data_interval` variables. ### Use case/motivation I want...

kind:feature
good first issue
area:core-operators

### Apache Airflow version main (development) ### What happened When trying to mark downstream tasks as failed in the UI the tasks are instead cleared of any status and airflow...

kind:bug
area:core
affected_version:main_branch
affected_version:2.4
needs-triage