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

### Description Hey team, I am Kaiwalya, Developer Advocate at Elestio. Elestio has been providing options of fully deploying and managing Airflow application as shown [here](https://elest.io/open-source/airflow). I think it would...

kind:feature
kind:documentation

- Delete collections by specifying one or more properties. - Use optional filters (`contains_any` or `contains_all`) to allow deletion of objects that match a set of criteria. - Fixes #42565...

area:providers
provider:weaviate

## Description This pull request makes this example DAG work. This DAG uses the XComArg (in other words, `.output`) from the first task as the input for the `trigger_dag_id` argument...

area:serialization
area:core-operators

Currently, documentation publishing in Canary runs is disabled. This caused several problems (that will get worse over time): * we do not test publishing worklfow - and it might stop...

area:dev-env
kind:documentation
area:CI
area:self-hosted-runners

### What do you see as an issue? The documentation on [DAG level permissions](https://airflow.apache.org/docs/apache-airflow-providers-fab/stable/auth-manager/access-control.html#dag-level-permissions) states that the permissions `DAGs.can_edit`, `DAG Runs.can_read`, `Task Instances.can_edit` are required for the endpoint `/dags/{dag_id}/clearTaskInstances`. ###...

kind:bug
kind:documentation
area:auth
needs-triage

### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers apache-airflow-providers-amazon==8.29.0 ### Apache Airflow version 2.9.2 ### Operating System Amazon Linux 2023.5.20240805 ### Deployment Amazon (AWS) MWAA ### Deployment...

kind:bug
provider:amazon-aws
area:providers
good first issue

### Description [Rename Datasets to Assets](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=311627073#AIP74IntroducingDataAssets-RenameDatasetstoAssets) ### Use case/motivation [Rationale](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=311627073#AIP74IntroducingDataAssets-Rationale) ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to...

kind:feature
area:datasets
AIP-74

--- Initial version of performance testing framework - AIP-59. Note: PR created for early review, testing in progress - not ready for merge. **^ Add meaningful description above** Read the...

stale
area:production-image

### Apache Airflow version 2.9.3 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? I've veen trying to extend the Kubernetes Pod Operator in order...

kind:bug
Can't Reproduce
stale
area:providers
pending-response
area:core
provider:cncf-kubernetes
needs-triage

### Pull Request Description **Summary:** This PR introduces the `get_name` method as an abstract method in the base metrics logger class. The `get_name` method has been implemented in both the...