airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
--- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed. In case of...
### What do you see as an issue? In this document (which may have moved since the stable release) https://airflow.apache.org/docs/apache-airflow-providers-odbc/stable/_api/airflow/providers/odbc/hooks/odbc/index.html#module-airflow.providers.odbc.hooks.odbc There's no mention of the OdbcHook needing an argument, odbc_conn_id="my_odbc_connection"...
### Apache Airflow version 2.3.3 ### What happened Nested values, such as `env_vars` for the `KubernetesPodOperater` are not being rendered when used as a dynamically mapped operator. Assuming the following:...
### Apache Airflow version 2.3.2 (latest released) ### What happened When deleting Dag Runs or DAGs from the UI, the response is HTTP ERROR 504 (timeout). I believe it mainly...
Allow to define a container security context on KubernetesPodOperator. Why: On clusters restricted with strong security policy, pods cannot be executed without disable privilege escalation. About test : I successfully...
### Apache Airflow version 2.2.5 ### What happened I am using the `KubernetesPodOperator` for airflow tasks in `Airflow 2.2.5` and it doesnot render the `env_vars` in the `rendered template` in...
related: #23618 fixes leaking loop in https://github.com/apache/airflow/commit/67474cccb612fad39a2afbeee16014909447d242. That also involved changing `get_event_loop` to be `new_event_loop` so it is closable (otherwise, parallel usage of the function could try to reuse a...
Docs made it sound like there was no way to access dag_run.conf outside of a templated field.
closes : https://github.com/apache/airflow/issues/21071