Jamie Zieziula

Results 29 issues of Jamie Zieziula

https://docs.airbyte.io/deploying-airbyte/on-gcp-compute-engine

gcp
terraform

https://docs.airbyte.io/deploying-airbyte/on-kubernetes Optionally deploy as a stand alone cluster or with the prefect agent installed as well

gcp
terraform

I've defined my resource as follows: ``` resource "prefect_workspace_role" "jamie_test" { name = "jamie-test" description = "hi" scopes = [ "manage_blocks" ] } ``` I then subsequently ran: ``` terraform...

bug
open source
development

- [ ] troubleshooting section on the worker chart https://prefect-community.slack.com/archives/CL09KU1K7/p1718958841815669

Prefect variables are now of type `json` - introduce support to submit json objects as a variable value

enhancement

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...

bug
open source
development