Jake Kaplan
Jake Kaplan
When using `azure-mgmt-resource` there seems to be different import behavior between `uv pip install` and just `pip install`. I am only able to produce when modules are imported during a...
When doing a custom run and clicking `submit` twice in quick succession a user is able to kick off 2 flow runs when they almost certainly intended to kick off...
This PR updates `Variable.set` to return the newly set `value` by default. If you pass `as_object` it will return the entire `Variable` object. This makes it a consistent interface with...
This is an investigative follow up issue following this [pr](https://github.com/PrefectHQ/prefect/pull/14986). Using the benchmark script below we are able to get performance of the following: ``` ncalls tottime percall cumtime percall...
wip