databrickslabs / cicd-templates

Manage your Databricks deployments and CI with code.
Other
201 stars 100 forks source link

Map secret variable to env example #75

Closed tabdulghani closed 3 years ago

tabdulghani commented 3 years ago

Azure pipeline fails because of missing databricks environment variables (token) as the token secret is not being passed as env unless we provide the syntax env: to each task using dbx command.

renardeinside commented 3 years ago

hi @tabdulghani , thanks a lot for pointing this out.