airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? When returning multiple outputs from a task and mapping task...
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.5.1 ### What happened? Setup: AWS MWAA + `smtp_default` connection...
--- **Airflow IMAP Hook only decodes with UTF-8** I use the airflow imap hook, which internally only parses mail body with UTF-8 encoding. I have a mail with some German...
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.0 ### What happened? A task with an outlet should...
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.7.3 ### What happened? I have a use case where...
### Apache Airflow version 2.7.3 ### What happened Hello folks, I have a use case that doesn't work anymore after the release of the new version 2.7.3. I have done...
### Apache Airflow version Other Airflow 2 version (please specify below) ### What happened Airflow version: 2.6.2, 2.7.1 Postgresql Version: 13.11 In our airflow setup, tasks are getting stuck in...
### Apache Airflow version 2.7.3 ### What happened I have a simple DAG (with render_template_as_native_obj option enabled). I'm trying to pass a {{ dag_run }} to a PythonVirtualenvOperator, but when...
### Description We use private staging and prod S3s(Ceph clusters for example) in our office. So there are often cases where DAGs are running with only connection ids changed. We...
closes: #37331 Add gcd_conn_id for S3ToGCSOperator trigger