airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### 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...
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. ```...
closes: #9145 follow-up: #24660 Rather than extend existed `SqlToSlackOperator` I've decided to create new transfer operator `SqlToSlackApiFileOperator`. cc: @eladkal
### 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...
**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...
### 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....
### 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...
> 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...
### 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...
### 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...