Jeremiah Lowin

Results 17 comments of Jeremiah Lowin

We once had `start_tasks` as an option which ran a "pruned" subgraph of the flow (removed in #668). While the implementation itself was straightforward (we included all nodes downstream of...

Hi @jacques- I think a combination of the current `Loop` feature (which was designed for collecting potentially infinite iterables inside a specific task, like a paged API query with no...

Here is a worst-case scenario. With an admin service account (or poorly set permissions), this LOOKS like I'm just erasing two child nodes, but I'm actually erasing **the entire **database****...

I believe this was fixed in #6852 which has been released

Hi Oliver, Thanks for describing this! We're collecting requirements for some streaming / event driven use cases and this is great to hear. We're especially interested in supporting situations where...

Thanks Oliver -- This is extremely helpful -- I immediately see why Prefect's semantics are appropriate, but also why the alternative solutions Chris and I proposed are inadequate. As I...

Sorry Oliver, didn't mean to close!

This is great! I'd love to see first-class support for annotation-based schemas. One thought: `AnnotationObjectType` should only take fields that (1) are functions and (2) have return annotations corresponding to...

Thanks for this PR @geertjan-garvis! I think we need to think about the right way to accept kwargs for configuring the model. Right now "model name" and "temperature" can be...