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

provider:Google
area:providers
area:system-tests

When a task raise TaskConcurrencyLimitReached its sibling task may be blocked, i think narrowing the scope of TaskConcurrencyLimitReached would solve this problem related: #26078 --- **^ Add meaningful description above**...

area:scheduler/executor

The hostAliases option for webservice is added since it was only available for workers

area:helm-chart

### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers _No response_ ### Apache Airflow version 2.2.2 ### Operating System centos rhel fedora ### Deployment MWAA ### Deployment details...

kind:bug
area:providers
good first issue
area:kubernetes

They do get picked up like once or twice but pretty quickly somehow things get into a state where the scheduler thinks there is a task runninging in the dag...

kind:bug
area:scheduler/executor
priority:low
reported_version:2.0

### Apache Airflow version 2.2.3 (latest released) ### What happened The metric `scheduler.tasks.running` is populated from the variable `num_tasks_in_executor` in scheduler_job.py. However, `num_tasks_in_executor` is initialized to `0` and then never...

kind:bug
good first issue
area:core

**Apache Airflow version**: 2.0.2 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): ``` ... Server Version: version.Info{Major:"1", Minor:"18+", GitVersion:"v1.18.9-eks-d1db3c", GitCommit:"d1db3c46e55f95d6a7d3e5578689371318f95ff9", GitTreeState:"clean", BuildDate:"2020-10-20T22:18:07Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"linux/amd64"} ``` **Environment**: -...

kind:bug
area:kubernetes
reported_version:2.0

Fix `imagePullPolicy` in provided pod_template.yaml --- Use `.Values.images.pod_template.pullPolicy`

area:helm-chart

### Apache Airflow version Other Airflow 2 version ### What happened I installed the airflow using helm chart 1.6.0, changed values of default airflow : 2.3.0-python3.8. When the dags failed,...

kind:bug
area:core