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 Need a way to monitor updates from rest api, like persisting requests into existing log table. ### Use case/motivation Airflow UI audit user actions by logging into log...

area:logging
kind:feature
area:API

### Body **Reproduce Steps:** 1. Create a DagRun 2. Navigate to Browse -> DagRun 3. Delete the DagRun 4. Navigate to Dag Audit Log view **Expected:** Find log entry that...

kind:bug
area:logging
good first issue
area:core
affected_version:main_branch

### What do you see as an issue? There is very little documentation related to Audit Logs in Airflow. This includes: - What _are_ audit logs? - At what level...

kind:bug
area:logging
good first issue
kind:documentation

### What do you see as an issue? The REST API get event logs endpoint only allows filtering logs by a single event type. This only includes that one event...

area:logging
area:API
type:new-feature

### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.7.3 ### What happened? A series of DAG runs were...

kind:bug
pending-response
area:core
needs-triage

### Description On [this doc page](https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/datasets.html#multiple-datasets), Airflow explicitly says all datasets need to be updated before a DAG runs is triggered. > When using datasets, in this first release (v2.4)...

area:Scheduler
kind:feature
area:datasets

Read in all the dag_ids from the dataset dependencies endpoint and allow filtering the datasets graph by dag_id A user can filter via the multi-select or from a tooltip when...

area:webserver
area:UI

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

area:dev-tools

Instead of specifying the provider ID for each command we run during releasing providers, a variable is set, allowing for easy reuse throughout the process. This reduces redundancy and makes...

area:dev-tools

This follows the previous PR #36167 about MySQL Keda trigger support on workers and is the adaptation to the triggerer statefulset.

area:helm-chart