get_dataset_events
Retrieve dataset events in Apache Airflow by specifying filters like dataset ID, DAG, task, or run details. Supports pagination and sorting for efficient data extraction.
Instructions
Get dataset events
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dataset_id | No | ||
limit | No | ||
offset | No | ||
order_by | No | ||
source_dag_id | No | ||
source_map_index | No | ||
source_run_id | No | ||
source_task_id | No |