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.10.3 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Hello all, hope you doing well. While trying to send logs...

kind:bug
area:logging
pending-response
area:core

Operators: - TranslateCreateGlossaryOperator - TranslateUpdateGlossaryOperator - TranslateListGlossariesOperator - TranslateDeleteGlossaryOperator This set of operators allows to work with custom translation dictionaries (glossaries), using Google Cloud Translate V3 API. --- **^ Add...

provider:google
area:providers
kind:documentation

Setting automountServiceAccountToken: true in a Kubernetes Pod's specification ensures that the pod automatically mounts a service account token, granting it access to the Kubernetes API. While this is necessary for...

area:helm-chart

Fixes a crash loop when the readinessProbe is not ready when the container is live. closes: #44846

area:helm-chart

This change duplicates the existing elasticsearch configurations to support the new OpenSearch remote logging option added in #41799. In addition to adding the `opensearch` block in `values.yaml`, it also adds...

area:helm-chart

### Body Similar to https://github.com/apache/airflow/issues/44137, there are various state exceptions raised while running `ti.task.execute`. This issue tracks handling them gracefully. - [x] Deferral Exception: `TaskDeferred` (PR: https://github.com/apache/airflow/pull/44241 @amoghrajesh) - [x]...

kind:meta
area:core
area:task-execution-interface-aip72

### Description Currently airflow supports few celery configs only like worker concurrency, worker prefetch multiplier etc. All others config are not supported. One of main out of them is worker...

area:providers
kind:feature
provider:celery

This PR attempts to fix #44147. I added `ti_id` to `TaskReschedule` , `BaseXcom`, `TaskInstanceNote`, `RenderedTIFields` and `TaskMap` TODO ---- - [ ] Update unit tests

* Handle relative paths when sanitizing URLs In the initial PR(https://github.com/apache/airflow/pull/41665) we didn't handle the relative path in URL which led to issue(https://github.com/apache/airflow/issues/41977). This PR aims at handling the relative...

area:webserver
area:UI

closes: https://github.com/apache/airflow/issues/45037 Description: Currently Airflow support limited celery options only. This PR adds the support for the additional celery config for celery workers. 1. Changes are completely backward compatible 2....

area:providers
provider:celery