delete_dataset_queued_events
Remove queued Dataset events from Apache Airflow to manage event backlog and maintain system performance.
Instructions
Delete queued Dataset events for a Dataset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| before | No | ||
| uri | Yes |
Input Schema (JSON Schema)
{
"properties": {
"before": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Before"
},
"uri": {
"title": "Uri",
"type": "string"
}
},
"required": [
"uri"
],
"type": "object"
}