-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Deployments #238
Comments
This was referenced Jul 18, 2024
Closed
mitchnielsen
added a commit
that referenced
this issue
Aug 15, 2024
Adds Deployment resource with basic fields. More complete support for Deployments will come in future PRs (see #238). Related to #238 --------- Co-authored-by: Edward Park <[email protected]> Co-authored-by: Mitchell Nielsen <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
mitchnielsen
added a commit
that referenced
this issue
Aug 20, 2024
Supports setting Parameters on Deployment resouces. Related to #238
mitchnielsen
added a commit
that referenced
this issue
Aug 21, 2024
* feat(Deployments): support Parameters Supports setting Parameters on Deployment resouces. Related to #238 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
If I may cast my vote: the most important params for my use case would be:
|
Thanks @felixpelletier, this helps - I updated the description to add |
mitchnielsen
added a commit
that referenced
this issue
Sep 19, 2024
Adds support for the ParameterOpenAPISchema for the Deployment resource. Related to #238 Related to https://linear.app/prefect/issue/PLA-185/support-for-deployments-resource
mitchnielsen
changed the title
Support for Deployments resource
Add support for Deployments resource
Sep 23, 2024
mitchnielsen
changed the title
Add support for Deployments resource
Add support for Deployments
Sep 24, 2024
mitchnielsen
added a commit
that referenced
this issue
Oct 1, 2024
* feat(Deployments): support ParameterOpenAPISchema Adds support for the ParameterOpenAPISchema for the Deployment resource. Related to #238 Related to https://linear.app/prefect/issue/PLA-185/support-for-deployments-resource * Generate Terraform Docs * Require replacement on value change * Update(): Remove unused parameterOpenAPISchema var We don't update parameterOpenAPISchema because it's not supported by the API, so we don't need to unmarshal the variable here. * Update example with all parameters set * Generate Terraform Docs --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
As a follow-up to support for Flows (#5, #202) let's add support for Deployments.
References
To do
parameter_openapi_schema
: feat(Deployments): support ParameterOpenAPISchema #263parameters
-> feat(Deployments): support Parameters #245storage_document_id
: feat(Deployments): support StorageDocumentId #262job_variables
-> feat(Deployments): support Job Variables #250The text was updated successfully, but these errors were encountered: