You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/federation/README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,8 +155,19 @@ schema:
155
155
156
156
## Resources supported only by a subset of back-ends
157
157
158
-
Every discoverable resource that is defined as an object and allows to contain additional properties, can list the backends that support or host the exposed resource/functionality.
159
-
This can also be embeded deeply into a hierarchical structure, e.g. for process or file format parameters.
158
+
Every discoverable resource that is defined as an object and allows to contain additional properties, can list the backends that support or host the exposed resource/functionality. Examples of where this could apply to (**not** comprehensive):
159
+
160
+
-`GET /collections/{id}`
161
+
-`GET /processes` (per process, per parameter)
162
+
-`GET /file_formats` (per file format)
163
+
-`GET /udf_runtimes` (per UDF runtime, per version)
164
+
-`POST /validation` (the back-ends that can run the process)
165
+
-`GET /process_graphs/{id}`
166
+
-`GET /jobs/{job_id}` (the back-ends that generated the result)
167
+
-`GET /jobs/{job_id}/results` (the back-ends that generated the result)
168
+
-`GET /services/{id}`
169
+
170
+
This can also be embedded deeply into a hierarchical structure, e.g. for process or file format parameters.
0 commit comments