airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
### 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...
### 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...
### 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...
### 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...
### 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...
### 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)...
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...
Python3.12
--- **^ 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...
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...
This follows the previous PR #36167 about MySQL Keda trigger support on workers and is the adaptation to the triggerer statefulset.