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
Using the ``latest`` service revision tag, or not including one at all, will cause your question to be sent to the
39
+
latest deployed revision of the service. This is determined by making a request to a `service registry
40
+
<https://django-twined.readthedocs.io/en/latest/>`_ if one or more :ref:`registries are defined
41
+
<using_service_registries>`. If none of the service registries contain an entry for this service, a specific service
42
+
revision tag must be used.
43
+
66
44
You can also set the following options when you call :mod:`Child.ask <octue.resources.child.Child.ask>`:
67
45
68
46
- ``children`` - If the child has children of its own (i.e. grandchildren of the parent), this optional argument can be used to override the child's "default" children. This allows you to specify particular versions of grandchildren to use (see :ref:`this subsection below <overriding_children>`).
@@ -230,3 +208,45 @@ Overriding beyond the first generation
230
208
It's an intentional choice to only go one generation deep with overriding children. If you need to be able to specify a
231
209
whole tree of children, grandchildren, and so on, please `upvote this issue.
0 commit comments