airflow icon indicating copy to clipboard operation
airflow copied to clipboard

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

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

### Apache Airflow version 2.10.4 ### If "Other Airflow 2 version" selected, which one? Observed also on 2.10.2 ### What happened? One of the tests in our CI is creating...

kind:bug
area:core
needs-triage
area:datasets

### Apache Airflow version 2.5.2 ### What happened Users are experiencing the following: * A DAG begins to run * Task(s) go into running state, as expected * The DagRun...

kind:bug
pending-response
area:core
needs-triage

### Description [Schedules](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=311627076#AIP75NewAssetCentricSyntax-Schedules) This will probably be achieve by using `AssetRef` to access Asset by name This one could be deferred to "Data Completeness" ### Use case/motivation [Rationale](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=311626828#AIP73ExpandedDataAwareness-Rationale) ### Related...

kind:feature
area:datasets
AIP-75

Allow the usage of the mypy plugins to typecheck the `@task` annotated tasks. With this change it will be possible to avoid mypy complains when definiing a task like in...

area:dev-tools

### Body We had some experiemental lineage classes in `airflow.lineage`. Those never caught on, and are not relevant anymore now that we have assets and trasparent OpenLineage support via [AIP-62](https://cwiki.apache.org/confluence/x/PoqSEQ)....

good first issue
area:lineage
airflow3.0:candidate
airflow3.0:breaking

In this PR I have fixed `DataflowJobLink` in deferrable mode for `BeamRunPythonPipelineOperator` and `BeamRunJavaPipelineOperator` --- **^ 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...

area:providers
provider:apache-beam

### Official Helm Chart version 1.15.0 (latest released) ### Apache Airflow version 2.9.3 ### Kubernetes Version v1.26.15+4818370 ### Helm Chart configuration ``` securityContexts: { pod: { runAsUser: fsGroup: } }...

good first issue
area:helm-chart

### Description [User Presentation Considerations](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=311627076#AIP75NewAssetCentricSyntax-UserPresentationConsiderations) - [ ] `/public/assets` changes - [x] Use `id` as detail identifier in URL https://github.com/apache/airflow/pull/44801 - [ ] Ability to search asset with name and/or...

kind:feature
area:API
AIP-75

### Apache Airflow version 2.10.3 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? It seems like tasks created via `.expand()` do not inherit the...

kind:bug
area:core
area:dynamic-task-mapping
affected_version:2.10

### Apache Airflow version 2.7.0 ### What happened I have the following DAG: ```python from __future__ import annotations from datetime import datetime from airflow.decorators import dag, task, task_group from airflow.utils.trigger_rule...

kind:bug
area:core
area:dynamic-task-mapping
affected_version:2.7