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

## Related Issue #50873 ## Why - The current asset graph doesn’t display data dependencies. ## How - add a toggle to switch between scheduling and data lineage gragh https://github.com/user-attachments/assets/49aacac6-7cce-4f6a-87d5-b6a3605810f2...

area:UI
area:translations
translation:default

Attempting to fix the MySQL deadlocks and other SQLA2 no-autocommit issues. related: #58049 --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In case of...

full tests needed
all versions

### Apache Airflow version 3.1.0 ### If "Other Airflow 2/3 version" selected, which one? _No response_ ### What happened? I deployed Airflow in a Kubernetes environment and observed that the...

kind:bug
area:MetaDB
area:core
affected_version:3.1

### Official Helm Chart version 1.18.0 (latest released) ### Apache Airflow version 3.0.2 ### Kubernetes Version 1.31 ### Helm Chart configuration ```yaml # List of existing Kubernetes secrets containing Base64...

kind:bug
kind:feature
area:helm-chart
needs-triage

### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers [apache-airflow-providers-amazon](https://airflow.apache.org/docs/apache-airflow-providers-amazon/8.28.0) - version  8.28.0 ### Apache Airflow version 2.10.1 ### Operating System MWAA ### Deployment Amazon (AWS) MWAA ###...

kind:bug
provider:amazon
area:providers
kind:feature
good first issue
Stale Bug Report

### Body This was previously discussed on [dev mailing list here](https://lists.apache.org/thread/d1klvrhlzjy819q6gr2lc80frb0ncmd4) and part of the proposal in [this doc](https://docs.google.com/document/d/1CXis3Ovmxm3pt4moiBIpsajX7GmRpGbcEfwt_blkSLI/edit?usp=sharing). ### User Story As a developer building interactive, data-driven applications, I...

kind:feature
area:API

Currently, [`models.BaseOperator`](https://github.com/apache/airflow/blob/887ac6b8610f2095e4a6df3799cca231cae4dde2/airflow-core/src/airflow/models/baseoperator.py#L80C7-L80C19) and [`models.DAG`](https://github.com/apache/airflow/blob/887ac6b8610f2095e4a6df3799cca231cae4dde2/airflow-core/src/airflow/models/dag.py#L308) use the Task SDK classes. This was done to maintain backwards-compat and to get 3.0 in a timely manner. However, we don't want to depend on...

area:serialization

This PR is part of the migration to SQLAlchemy 2.0 Previously, the hook only detected usage of `.query()` which returns a `Query` object. This update extends the check to also...

area:dev-tools

This PR updates the dependency to the v3-1-test branch. This ensures that we use the latest cache image built from v3-1-test when running the docker-compose setup in the airflowctl integration...

area:dev-tools
full tests needed

Dependabot had a lot of updates. I manually went through them. Will do eslint and typescript in a separate PR because it broke our CI --- **^ Add meaningful description...

area:UI