Zanie Blue
Zanie Blue
@rsampaths16 curious for your thoughts on #9342 Are you implementing your own task runners? We can just implement it on the base class and child classes can implement it if...
@billpalombi this pairs well with previous discussion of "locking" deployments such that they cannot be edited in the UI. A `--no-overwrite` flag seems reasonable to include on `prefect deployment apply`.
@peytonrunyan please re-review
@robbert-harms the file system objects must remain naive to the data they are receiving. Their focus is reading and writing bytes, nothing more. We intend to address this use-case with...
You're welcome! Sorry for the brief response, lots of triage to do this morning :) This will probably not come until a bit later, we've got a lot of work...
@williamjamir Unfortunately I don't think that's compatible with `ParamSpec` which is the approach we are using now.
@serinamarie would you mind finishing this one off?
One thing we could do here is default to using an API key secret with a hard-coded name if it exists. So like.. if we see the secret "prefect-api-key" has...
I'm implementing PYI030