get_dataset
Retrieve a dataset from a specified URI using the MCP Server for Apache Airflow, enabling efficient data access within Airflow workflows.
Instructions
Get a dataset by URI
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uri | Yes |
Input Schema (JSON Schema)
{
"properties": {
"uri": {
"title": "Uri",
"type": "string"
}
},
"required": [
"uri"
],
"title": "get_datasetArguments",
"type": "object"
}