GoogleCloudPlatform / vertex-pipelines-end-to-end-samples

Apache License 2.0
225 stars 89 forks source link

feat: Terraform code rewrite and deployment docs #32

Closed ghost closed 1 year ago

ghost commented 1 year ago

Description

Refactored (mostly rewritten) the Terraform code for environment provisioning and improved the documentation. Under the terraform directory there is now:

The CI/CD pipelines and Makefile have also been tweaked to support this. The transfer_dataset.sh script has been removed, as this piece of setup is now covered in the README explicitly without the need for the script.

The date of the SQL queries and the TFDV schema also had to be changed for the E2E tests to pass - the chicago taxi dataset has changed!

Closes #13 as well

How has this been tested?

Passing automated tests incl e2e test - see PR here showing successful tests

Checklist

ghost commented 1 year ago

@Linchin this one is ready to merge!