get_dataset_queued_events
Retrieve queued Dataset events for a specified Dataset URI using the MCP Server for Apache Airflow, enabling efficient monitoring and management of dataset-related 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"
],
"title": "get_dataset_queued_eventsArguments",
"type": "object"
}