airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### Apache Airflow version 2.3.0 ### What happened Here i provide steps to reproduce this. Goal of this: to describe how to reproduce the "Failed to Adopt pod" error condition....
dir structure has slightly changed - fixed the link to Google Cloud where different services and examples can be found.
Oftentimes while backfilling the data it's known that some day will fail due to some source being unable to provide the data or due to retention period (on the source)....
This PR is only a small change in the helm chart of Airflow. What: Deployments can have security settings in their manifest on two levels: pod and container. However, there...
This pull request adds a new sensor for Google Cloud Tasks to sense cloud task queue being empty --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for...
### Official Helm Chart version 1.6.0 (latest released) ### Apache Airflow version 2.3.3 ### Kubernetes Version 1.24.0 ### Helm Chart configuration ```yaml config: database: sql_alchemy_connect_args: airflow_local_settings.keepalive_kwargs airflowLocalSettings: |- keepalive_kwargs =...
### Apache Airflow Provider(s) microsoft-azure ### Versions of Apache Airflow Providers [apache-airflow-providers-microsoft-azure 3.9.0](https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/3.9.0/) ### Apache Airflow version v2.3.2 ### Operating System Debian GNU/Linux 11 (bullseye) ### Deployment Other 3rd-party Helm...
### Apache Airflow version 2.3.2 ### What happened Dag with schedule to run once every hour. Dag was started manually at 12:44, lets call this run 1 At 13:00 the...
### Apache Airflow version Other Airflow 2 version ### What happened we have integrated ldap configuration in "webserver_config.py" as per the documentation, but when I am trying to login it...
See #25604. I feel this is a better syntax than importing XComArg?