Chris Pickett
Chris Pickett
Right, we'll probably have to validate the schema against fsspec's `known_implementations`, which is probably more accurate anyway, since we don't want to accept valid schemes that aren't part of fsspec,...
That's great! Thanks for looking into that and getting it dealt with @hallenmaia
Hi @YasmineHamdy! Could you give some more context around your code example? For example what is `self` here? Is the flow in the same file as the deployment?
Thanks @masonmenges! We have a similar issue about tracking the agent in the UI (#6256), which might be of interest to you. But, I agree that seeing that information in...
This is possible now, though you have to apply it to each future, so it's not directly at the task level. But, you can pass a `timeout` kwarg to `future.result()`...
Hi @sti0! The ability to load an existing deployment was [recently added](https://github.com/PrefectHQ/prefect/pull/7218) to the `Deployment` class, would exposing that flag via the CLI with a `--load-existing` option handle your use...
Oh great point @madkinsz.
Hi @jaraics, it looks like this setting _is_ still used in places with the `experimental_parameter` decorator. Anywhere that decorator is used with the group of `work_pools` ultimately ties back to...
The tests are really mad about the `Mapped` changes to the ORM. I _think_ this is likely because of the abstraction layer we use. I'll revisit this when we've removed...
Well, that made it worse. I'll try and rebuild this PR with cherry-pick, the data is still here, just need to apply it in the right order.