airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
Currently the `output` property of operators is only available to unmapped "classic" operators. There can be use cases in which `XComs` from a set of mapped tasks need to be...
The parameter delegate_to parameter in the ComputeEngineSSHHook seems not working at all. So we dug into the code and added impersonation_chain parameter which is fully supported by the other file...
--- Adds the ability to inject additional environment variables to specific containers. This currently supports addition to scheduler, webserver, worker, triggerer, flower, cleanup jobs and wait-for-migrations containers **^ Add meaningful...
This PR adds support for the upcoming `dbt_task` to `DatabricksSubmitRunOperator`. Databricks is launching the Public Preview of the dbt task [1] soon, and this small change adds first-class support to...
### Apache Airflow version Other Airflow 2 version ### What happened I am using Airflow 2.2.4 and I am trying to achieve per-DAG permissions. I want to give a role...
### Description Needed a sensor for cloud tasks which can check if the cloud task queue is empty or not ### Use case/motivation We quite often find need of us...
### Apache Airflow version 2.3.3 (latest released) ### What happened As the title states, if you have dynamically mapped tasks inside of a `TaskGroup`, those tasks do not get the...
Hello @mik-laj and @potiuk I would like to contribute to airflow and I am sending preliminary changes for dockerfile for centos.
### Apache Airflow version 2.3.3 (latest released) ### What happened When you use `remote_logging = True `and push the logs to GCS. It writes the log exactly as defined in...
This change will allow to experiment with other base images (for example CentOS that our users highly demand) but also it has a few nice simplifications and improvements along the...