microsoft / azdo-databricks

A set of Build and Release tasks for Building, Deploying and Testing Databricks notebooks
MIT License
25 stars 31 forks source link

Passing Tokens from variable group import notebook fails #27

Open krishnabasavaraj opened 4 years ago

krishnabasavaraj commented 4 years ago

Observed a weird case, where when passing the Access Token Directly in the job, the pipeline is successful

ci-cd-success

But, when i try to pass Access Token value from Variable Group (Secret), the "Configure Databricks CLI" Job is successful, but the "Deploy Notebook to workspace" job get failed with Error: "The Notebooks import process failed"

ci-cd-failed