-
### Describe the bug
Hi Cloud Custodian Team
We are using the tool to create cloud trail detective measures for MWAA. We have the following rule implemented:
```
policies:
- actions:
…
-
### Apache Airflow version
2.9.2
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
Manually marking a DAG as _failed_ doesn't not emit an OL `FAIL` event.
##…
-
### Apache Airflow Provider(s)
microsoft-azure
### Versions of Apache Airflow Providers
apache-airflow-providers-microsoft-azure==9.0.1
azure-identity==1.15.0
azure-storage-blob==12.19.1
a…
coy2k updated
6 months ago
-
### Description
Based on [this](https://github.com/apache/airflow/discussions/30283) discussion.
Currrently there is no way to use token identity to authenticate with amazon RDS without a fairly sig…
-
### Apache Airflow version
2.6.2
### What happened
The timers `airflow_dagrun..first_task_scheduling_delay` and `airflow_dagrun.schedule_delay.` both get emitted correctly in StatsD but not i…
-
I have recently upgraded to Python3.9 Airflow2.2.2. Following error is occurring repeatedly after the upgrade. I've only changed the parameters indicated in the repo README and is running everything e…
-
I can't build this Dockerfile: https://github.com/pyjaime/docker-airflow-spark/blob/master/airflow/Dockerfile
Error at line 68: && pip install --use-feature=2020-resolver apache-airflow[crypto,celery…
-
As you can see https://github.com/apache/airflow-on-k8s-operator/blob/master/templates/airflow-configmap.yaml#L37 `executor = KubernetesExecutor`
But in it shows CeleryExecutor: https://github.com/…
-
-
Hello,
I been searching in google for a couple of hours now but I cant find a workaround this error. I'm trying to use DockerOperator for airflow.
DAG:
```from airflow import DAG
from airflow…