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

## Description On this PR, I'm fixing the bugs mentioned in [Attempt to update Connexion library to version 3 #36052](https://github.com/apache/airflow/pull/36052#:~:text=Hey%20%40potiuk%20%40vincbeck%20!%0AThe%20latest%20update%20on%20this%20issue%20and%20the%20list%20of%20the%20errors%20we%20need%20to%20fix%20to%20be%20able%20to%20upgrade%20Connexion%3A) ### Blueprint can't be retrieved due to Connexion Upgrade Update...

area:webserver
area:CLI
area:providers
area:API
kind:documentation
provider:fab

### Body ``` from airflow.io.path import ObjectStoragePath a = 'file:///tmp/xcom/dag/scheduled__2021-12-03T04:56:00+00:00/task_1/a5e36734-11f2-4487-8aa7-46c70cc9718b' b = 'file:///tmp/xcom' y = ObjectStoragePath('file:///tmp/xcom/dag/scheduled__2021-12-03T04:56:00+00:00/task_1/d301899e-64bf-4a4d-8599-83c6cf097183') x = ObjectStoragePath('file:///tmp/xcom') y.is_relative_to(x) False ``` ``` from upath import UPath x = UPath("file:///tmp/xcom/dag/scheduled__2021-12-03T04:56:00+00:00/task_1/d301899e-64bf-4a4d-8599-83c6cf097183")...

kind:meta

### Apache Airflow version 2.7.3 ### What happened I tried using `airflow.utils.log.task_handler_with_custom_formatter.TaskHandlerWithCustomFormatter` handler for task logging and noticed that the prefix specified in `task_log_prefix_template` is added three times. ### What...

kind:bug
good first issue
area:core

### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers apache-airflow-providers-google==10.14.0 ### Apache Airflow version 2.6.3 ### Operating System MacOS ### Deployment Other ### Deployment details Local deployment of...

kind:bug
provider:google
area:providers
good first issue

### Apache Airflow version 2.5.1 ### What happened We use `default_args` to configure common parameters across our Airflow deployments. Some of those parameters are specific to certain operators or a...

kind:bug
area:core

### Description Right now, airflow is not officially supporting the Python 3.12 version ### Use case/motivation Python software stack update. ### Related issues _No response_ ### Are you willing to...

kind:feature

### Official Helm Chart version 1.11.0 (latest released) ### Apache Airflow version 2.8.0 ### Kubernetes Version 1.29 ### Helm Chart configuration ```yaml executor: KubernetesExecutor workers: safeToEvict: false ``` ### Docker...

kind:bug
area:helm-chart

### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Airflow supports the [`secrets.use_cache`](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#use-cache) option to speed up DAG file...

kind:bug
area:core

Currently, when deploying multiple releases that share the same release name in **different** namespaces deployment is failing due to a naming clash of the cluster-scoped RBAC resources. This PR introduces...

area:helm-chart

### Description Hi, We need to run the pipeline when there is no replication lag in MySQL database. for this we need to use SqlSensor with SHOW SLAVE STATUS command....

area:providers
kind:feature
good first issue
provider:common-sql