Open
Description
First check
- I added a descriptive title to this issue.
- I used the GitHub search to find a similar request and didn't find it.
- I searched the Prefect documentation for this feature.
Prefect Version
2.x
Describe the current behavior
Currently, fastapi
auto-generates the operationId
s for each route with a combination of route name, parameters, request method, etc. While descriptive, this leads to some really convoluted and unwieldy operationId
s; especially when libraries use these operationId
s to generalize calling into the API.
Describe the proposed behavior
Instead of the generic handling, fastapi
provides a way to customize the operationId
s it exposes. I would like to propose orion
use this functionality to provide more useful operationId
s and, thus, help support 3rd-party integration.
Example Use
No response
Additional context
No response