airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Results 1281 airflow issues
Sort by recently updated
recently updated
newest added

--- **^ 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...

area:dev-tools

### 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"...

good first issue
kind:documentation

### 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:...

kind:bug
area:core

closes: #25395

area:providers
provider:Snowflake

### 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...

kind:bug
area:core

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...

area:providers
area:kubernetes

### 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...

area:webserver
area:providers
good first issue

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...

stale
area:providers
okay to merge
area:kubernetes

Docs made it sound like there was no way to access dag_run.conf outside of a templated field.

stale
kind:documentation

closes : https://github.com/apache/airflow/issues/21071

stale
kind:documentation