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.

Home Page:https://docs.databricks.com/en/dev-tools/bundles/mlops-stacks.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

databricks bundle do not use a proxy

aminebizid opened this issue · comments

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

  • http_proxy
  • https_proxy
  • no_proxy
  • HTTP_PROXY
  • HTTPS_PROXY
  • NO_PROXY

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

Was this the same issue as databricks/cli#550?

Thank you @pietern