airflow_dataset_events
Retrieve and monitor dataset events in Apache Airflow to track data dependencies and workflow triggers for data-driven pipelines.
Instructions
List dataset events.
Parameters
instance: Instance key (optional)
ui_url: Airflow UI URL to resolve instance (optional)
dataset_uri: Dataset URI (required)
limit: Max results (default 50; accepts int/float/str, coerced to non-negative int, fractional values truncated)
Returns
Response dict: { "events": [object], "count": int, "request_id": str }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | ||
| ui_url | No | ||
| dataset_uri | No | ||
| limit | No |