databricks / mlops-stacks

This repo provides a customizable stack for starting new ML projects on Databricks that follow production best-practices out of the box.
https://docs.databricks.com/en/dev-tools/bundles/mlops-stacks.html
Apache License 2.0
425 stars 143 forks source link

databricks bundle do not use a proxy #90

Closed aminebizid closed 1 year ago

aminebizid commented 1 year ago

I'm using a proxy in github action runner by setting these env variables

I believe that "databricks bundle" command do not use the proxy I get this error Error: error downloading Terraform: Get "https://releases.hashicorp.com/terraform/index.json": Forbidden when running databricks bundle validate -e test

pietern commented 1 year ago

Was this the same issue as https://github.com/databricks/cli/issues/550?

mingyu89 commented 1 year ago

Thank you @pietern