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

### Apache Airflow version 2.3.2 (latest released) ### What happened The scheduler crashes with the following exception. Once the scheduler crashes restarts will cause it to immediately crash again. To...

kind:bug
area:core

Close #25090. I wonder if there are any other views that would benefit from this custom ordering logic.

area:webserver

Life Science assets & system tests migration (AIP-47) --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow...

provider:Google
area:providers
area:system-tests

These are old system tests that are not AIP-47 compliant and are either already replaced or are in the process of being replaced by correct ones. I don't se any...

provider:AWS
area:providers

- Added AzureServiceBusTopicCreateOperator, AzureServiceBusTopicDeleteOperator to create and delete topic in azure service bus - Added example to create and delete topic operator in Example DAG - Added Unit Test case...

provider:Azure
area:providers
area:system-tests
kind:documentation

KubernetesPodOperator EksPodOperator GKEStartPodOperator we could fix this inconsistency by renaming GKEStartPodOperator -> GKEPodOperator or even GkePodOperator ?

provider:Google
area:providers
area:kubernetes

I have created links and updated system tests for Auto ML operators. Co-authored-by: Wojciech Januszek [[email protected]](mailto:[email protected]) Co-authored-by: Lukasz Wyszomirski [[email protected]](mailto:[email protected]) Co-authored-by: Maksim Yermakou [[email protected]](mailto:[email protected]) --- **^ Add meaningful description above**...

provider:Google
area:providers
area:system-tests
kind:documentation

### Apache Airflow version Other Airflow 2 version ### What happened Airflow Version: 2.2.5 MySQL Version: 8.0.18 In the Scheduler, we are coming across instances where MySQL is inefficiently optimizing...

kind:bug
area:core

### Description My current understanding, is that the methods documented [here](https://docs.aws.amazon.com/cli/latest/topic/config-vars.html#credentials) outline the ways we can authorize AWS Secrets Manager or AWS Systems Manager as a [Secrets Backend](https://airflow.apache.org/docs/apache-airflow/2.3.3/security/secrets/secrets-backend/index.html). This requires...

provider:AWS
area:providers
kind:feature
good first issue

Added because there is no clear configuration example using Amazon SQS as Celery broker #22863. Note: Dictionary cannot be used in airflow.cfg because [configparser](https://docs.python.org/ja/3/library/configparser.html) cannot parse it ?. So you...

area:scheduler/executor
kind:documentation
okay to merge