Chris White
Chris White
@peytonrunyan absolutely - we can review both this PR and the backend logic that we discussed on Friday 👍
Reopening to look into what a sub-flow API might look like in Prefect!
That pattern seems currently achievable w/ Python functions: ```python def a_flow(a: Parameter): # call / create some tasks # e.g., my_task(a) ```
Prefect 2.0 will have a first class concept of subflows that is ready for anyone willing to test pre-release software: - some intro docs: https://orion-docs.prefect.io/concepts/flows/#subflows - to test the latest,...
Completed in 2.0
**cc:** @znicholasbrown as you made the original change and might know what's up
Hi @MrJack91 - thanks for the bug report; I'm having trouble following all of your attempts. For try 1.) it appears to have worked as expected; I don't know what...
Building off of what @znicholasbrown said, there are a few "features" that `version_group_id` allows for: - ability to change the name of a flow while maintaining its version history -...
There are a lot of open design questions about what this could look like, how much to enforce at the DB level vs. the application level, and how to ensure...
Hi @gitanshu - the error payloads you are seeing are: - `PayloadTooLargeError`: this is caused by sending too large a payload to the API, probably on the order of tens...