-
### Body
I have observed that the Python API documentation on the Airflow website lacks information about deprecation and the corresponding replacement modules or classes. In many cases, users are on…
-
### Description
Add `dag_id` and `map_index` as default variables to the [template variables](https://airflow.apache.org/docs/apache-airflow/stable/templates-ref.html) (accessible via task paramet…
-
Airflow has been made an optional tier-2 part of ODH in summer of 2022.
https://github.com/opendatahub-io-contrib/airflow-on-openshift
Recently, Elyra became a part of ODH via overlay. Even more…
-
Though I added postgres connection using UI, test run failing with below error, there are no typos in the connection string which I added using UI.
**File "/usr/local/airflow/.local/lib/python3.10…
-
I got this error message `AttributeError: 'S3Hook' object has no attribute 'connection'` while running the operator.
https://github.com/airflow-plugins/freshdesk_plugin/blob/4c549987bd35caecf2e163531…
-
## Description
Historically we've used `str::format` calls on the `XCOM_PULL_TEMPLATE` constant to define templated XComs for Airflow:
https://github.com/WordPress/openverse/blob/a5fb3ea5f5671085f…
-
**Description**
There is a requirement to send lineage info from Apache Airflow to Apache Atlas as a part of data lineage implementation. However, current module which was represented in 1.10 s…
-
### Apache Airflow version
main (development)
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
According to the Databricks API documentation, task_key has a …
-
### Description
When configuring Airflow using a Helm chart, the `core` section allows you to set the `plugins_folder`. This setting is applied equally across all web servers and schedulers. Many u…
-
### Apache Airflow version
Other Airflow 2 version (please specify below)
### What happened
When marking a task that is using a deferrable operators as failed or cleared, on_kill method is no…