get_dataset_queued_events
Retrieve queued events for a specific dataset to monitor data dependencies and track processing status in Apache Airflow workflows.
Instructions
Get queued Dataset events for a Dataset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes |
Input Schema (JSON Schema)
{
"properties": {
"uri": {
"title": "Uri",
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
}