Chris Guidry
Chris Guidry
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...
We had an instance of a customer with a work pool named `' some-word\'` which couldn't be removed via the UI or the API due to the leading space and...
### Description I have a large collection of photos and videos on ente and I'm working on establishing a continual backup using ente CLI (`ente export`). I'm working through my...
Until Mintlify supports SDK documentation natively, we're going to generate our SDK documentation with Mkdocs (updated text here) and publish to a fairly bare-bones Netlify project (https://prefect-python-sdk-docs.netlify.app/). We want to...
Our current documentation for Jinja templating in automation actions _only_ mentions the dynamic context variables (like `flow_run`, `work_pool`, etc), but these variables are shortcuts to pull objects from the API...
Discovered while load testing `TaskWorker`s: When getting the result of a deferred task, I've seen a few instances of this: ``` ValueError: Path /task-storage/6d782288-d74b-48ab-ab88-80c13cc255dc does not exist. ``` or ```...
In the current implementation, we're only looking at the `__dict__` of the user's provided `WorkerSettings` class, which can be quite misleading if you're trying to get a large multi-queue system...
On a fresh install of `version = "~> 0.1.27"`, I'm receiving this error: ``` │ Error while installing contabo/contabo v0.1.27: checksum list has unexpected SHA-256 hash │ 9b053972a46ffffb1b428bb445df18d81ae32056aa0249747554beec0665e463 (expected │...
## Summary This implements the next part of #16771 by adding comprehensive tag filtering capabilities for automations, following the same pattern used by other entities in Prefect (flows, deployments, etc.)....