Closed stefannica closed 2 weeks ago
[!IMPORTANT]
Review skipped
Auto reviews are disabled on this repository.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Classification template updates in examples/mlops_starter
have been pushed.
E2E template updates in examples/e2e
have been pushed.
NLP template updates in examples/e2e_nlp
have been pushed.
Describe changes
We're introducing the ZenML Terraform provider with all our ZenML Stack Terraform modules. This PR updates the terraform snippets provided to users who want to deploy stacks with terraform.
The change also accounts for the fact that all terraform provider configurations (including that of cloud providers) was moved outside of the ZenML Stack Terraform modules as a best practice for Terraform modules. These configurations must now be supplied by the module users, which is why they also need to be included in our code snippets.
The associated PRs that update the ZenML Stack terraform modules are:
This PR also updates the AWS and GCP one-click stack deployment templates to include the associated step operator, as is now reflected in the dashboard.
Pre-requisites
Please ensure you have done the following:
develop
and the open PR is targetingdevelop
. If your branch wasn't based on develop read Contribution guide on rebasing branch to develop.Types of changes