feat: Transient streams that set up context for child streams #2880
ReubenFrankel
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes I find myself writing streams like
so I can control how nested child streams run. Is there a better way to do this?
If not, it would be nicer to use something like
rather than having to define a
name
,schema
- which are currently required - andselected = False
to "hide" the stream.Another example that goes off and makes requests to setup context:
Beta Was this translation helpful? Give feedback.
All reactions