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

https://github.com/apache/airflow/pull/25568 added support for retrieving mapped instance task logs. This PR adds support for displaying these logs in the Grid details side panel. - Mapped Instances rows in the table...

area:webserver
area:UI

Copied from #15277: > Resolves https://github.com/apache/airflow/issues/13158. > > As the UI has evolved, it has needed to diverge from the constraints of the aged, secondary Bootstrap dependency (by way of...

area:webserver
dont-merge
area:UI

**Apache Airflow version**: 2.0.0 **Environment**: Ubuntu - **Cloud provider or hardware configuration**: - **OS** (e.g. from /etc/os-release): - **Kernel** (e.g. `uname -a`): - **Install tools**: - **Others**: **What happened**: Picked...

kind:feature
priority:low
area:UI
reported_version:2.0

# The "I'm determined to fix SLAs" PR OK, so #25147 made a start in this direction. Summing up the, er, summary from _that_ MR, the problem was that SLA...

area:scheduler/executor

--- **^ 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+Improvements+Proposals)) is needed. In case of...

area:scheduler/executor
area:CLI
area:dev-tools

### Apache Airflow version 2.3.3 (latest released) ### What happened An URL I saved in the past, `https://astronomer.astronomer.run/dx4o2568/home?tags=test`, has the tag field in the query parameter though I was not...

kind:bug
area:UI

In additional added new Extra Connection parameters * `profile_name` - this only one parameter which could be assigned to `session_kwargs` without any side effects in current provider, so I thought...

provider:AWS
area:providers
area:secrets
kind:documentation

Added new Compute Engine Operators and updated existing system tests Compute Engine operators. --- **^ 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...

provider:Google
area:providers
area:system-tests
kind:documentation

### Apache Airflow version 2.3.3 ### What happened If you try to backfill a DAG that uses any [deferrable operators](https://airflow.apache.org/docs/apache-airflow/stable/concepts/deferring.html), those tasks will get indefinitely stuck in a "scheduled" state....

kind:bug
area:core

### Apache Airflow version main (development) ### What happened I have 16 dags which all update the same dataset. They're set to finish at the same time (when the seconds...

kind:bug
area:core
AIP-48