GoogleCloudPlatform / mlops-on-gcp

Apache License 2.0
773 stars 2.72k forks source link

TFX on Cloud AI Platform Pipelines: Bucket not created by default #124

Open jpatokal opened 3 years ago

jpatokal commented 3 years ago

In Lab 02, for "Exercise: build your pipeline with the TFX CLI", the instructions state:

- `ARTIFACT_STORE` - An existing GCS bucket. You can use any bucket or use the GCS bucket created during installation of AI Platform Pipelines. The default bucket name will contain the `kubeflowpipelines-` prefix.

But no such bucket is created by default, you need to create it manually.

jpatokal commented 3 years ago

Ran into the same issue in CI/CD for a TFX pipeline.

danielsparing commented 3 years ago

Hi @jpatokal , I believe these labs should be understood as running on top of the setup instructions here, do you experience this issue (and/or your related issues https://github.com/GoogleCloudPlatform/mlops-on-gcp/issues/126 https://github.com/GoogleCloudPlatform/mlops-on-gcp/issues/125 https://github.com/GoogleCloudPlatform/mlops-on-gcp/issues/123 ) even after following those setups?