get_pool
Retrieve an Airflow connection pool by name to manage and monitor resource allocation within your data pipeline workflows.
Instructions
Get a pool by name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pool_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pool_name": {
"title": "Pool Name",
"type": "string"
}
},
"required": [
"pool_name"
],
"type": "object"
}