prefect.server.api.collections
read_view_content(view)
async
Reads the content of a view from the prefect-collection-registry.
Source code in src/prefect/server/api/collections.py
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
|