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

### Apache Airflow version 2.8.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Scheduler stops processing DAGs and moving them to the queued status....

kind:bug
area:providers
area:performance
provider:cncf-kubernetes

### Description I would like to propose a new feature for Apache Airflow: the ability to assign a pool to an entire task group, enabling better control over the execution...

area:Scheduler
kind:feature
area:TaskGroup

### Description On Airflow 2.8.1, the DAG processor manager no longer logs out to stdout (whereas it did on 2.6.2). ### Use case/motivation We currently have a configuration option for...

kind:feature
good first issue
area:core
area:dag-parsing

### Description I'd like the ability to "drain" a DAG from the UI. This would mean: - If a DAG is in a running state - disable the DAG after...

area:Scheduler
kind:feature

### What do you see as an issue? https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/stable/operators.html#id13 The problem may related to the None value for api_version and kind see. log below ```python import kubernetes.client as k8s import...

kind:bug
area:providers
kind:documentation
provider:cncf-kubernetes

~~closes: #38187~~ related : #38195 Update `get_uri` to return URI in sqlAlchemy URI format.

area:providers
provider:postgres

### Description Create a new operator inside of `airflow.providers.google.cloud.operators.gcs` that, given a pattern/preffix would return a list of files in said folder, similar to the client method: storage_client.get_bucket(BUCKET_NAME) bucket.list_blobs(prefix=filename) ###...

provider:google
kind:documentation
type:doc-only

### Description The map_index_template field on a task is used to render a custom name for each individual sub task in a mapped task. It is generated by rendering the...

kind:feature
area:dynamic-task-mapping

### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.8.1 ### What happened? The KubernetesPodOperator is duplicating tasks's logs...

kind:bug
pending-response
provider:cncf-kubernetes
needs-triage

Previously we relied on SerializedBaseOperator.serialize_operator for serialization of all Operator objects but this is no bueno because it does not work for mapped operator. Instead we use BaseSerialization.serialize, which calls...

area:serialization