Open ConsciousML opened 1 year ago
Hi there,
Describe the bug When running make one-click-mlflow, I get the following error:
make one-click-mlflow
Error: Failed to get existing workspaces: querying Cloud Storage failed: storage: bucket doesn't exist
It seems that Terraform is unable to get my workspace.
To Reproduce
> terraform version Terraform v1.4.2 on linux_amd64
Expected behavior Terraform should recognize my workspace.
I found a workaround that made it work:
gcloud auth application-default login --project $PROJECT
Apparently, this makes the script recognize the workspace.
Should we add it to the documentation ?
Hi there,
Describe the bug When running
make one-click-mlflow
, I get the following error:It seems that Terraform is unable to get my workspace.
To Reproduce
make one-click-mlflow
Expected behavior Terraform should recognize my workspace.