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 3.0.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Inconsistent Task Ordering in the* Grid View. *The task order in...

kind:bug
priority:medium
area:UI

### Apache Airflow version 3.0.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? When you use the Flask Appbuilder for security, the security/users page...

kind:bug
good first issue
priority:medium
area:core
area:UI

Hi, i have decided to create a new issue, however, I think it relates to #48554. I get the following error in v3.0.1 when trying to retrieve variables from the...

kind:bug
area:core
provider:standard

* Removed duplicated examples from `examples.rst`. * Added a link to the core TaskFlow tutorial (`airflow-core/docs/tutorial/taskflow.rst`) * Kept only the four essential code-snippet steps in examples.rst (define DAG, write tasks,...

area:task-sdk

### Apache Airflow version 3.0.2 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Hi Airflow team, I'm encountering an issue with the Airflow UI...

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

**Description** When using a custom Timetable that specifies run_after later than the data interval end (e.g. scheduling at 04:00 UTC instead of midnight), Airflow’s scheduler may issue the next interval...

kind:bug
area:Scheduler

### Description As far as I can tell, there's currently no way for a consumer DAG to access information of the producer DAG(s) that triggered it. It'd be helpful if...

kind:feature
area:data-aware-scheduling

While testing Airflow v3 on OpenShift 4.18 using Helm Chart 1.17.0, I encountered some issues. Since Airflow 3.0.0, both the API Server and DAG Processor are enabled by default. Although...

area:helm-chart

Ensures that `airflow.cfg` is rendered from the merged configuration object (`$config`) instead of `.Values.config`, allowing computed default values like `execution_api_server_url` to be properly included in the final config. --- **^...

area:helm-chart

### Description This PR addresses inconsistent capitalization of "TaskFlow" in documentation. The documentation previously contained both "Taskflow" and "TaskFlow" in different places, leading to inconsistency among files. ### Changing Summary...

area:providers
kind:documentation
provider:docker
provider:sftp
provider:standard