We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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 ?
Sorry, something went wrong.
No branches or pull requests
Hi there,
Describe the bug
When running
make one-click-mlflow
, I get the following error: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
make one-click-mlflow
Expected behavior
Terraform should recognize my workspace.
The text was updated successfully, but these errors were encountered: