Templates
List available pipeline templates
Returns named pipeline templates loaded from config/pipelines.yaml.
curl -X GET "https://athena-cluster.com/pipelines/templates" \ -H "X-Athena-Client: string"{
"templates": [
{
"name": "string",
"source_table": "string",
"sink_table": "string",
"has_transform": true,
"source_client": "string",
"sink_client": "string"
}
]
}Empty