airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### 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...
Operators: - TranslateCreateGlossaryOperator - TranslateUpdateGlossaryOperator - TranslateListGlossariesOperator - TranslateDeleteGlossaryOperator This set of operators allows to work with custom translation dictionaries (glossaries), using Google Cloud Translate V3 API. --- **^ Add...
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...
Fixes a crash loop when the readinessProbe is not ready when the container is live. closes: #44846
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...
### 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]...
### 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...
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...
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....