After installing the new version of the CLI (v0.216.0) the bundle variable for the notebook task is not parsed correctly, see code below:
tasks:
- task_key: notebook_task
job_cluster_key: job_cluster
notebook_task:
notebook_path: ${var.notebook_path}
Based on the code above, databricks bundle validate gives the following error: unable to determine directory for job notebook_task: no file in location.
The template does work if the notebook_path is defined explicitly (without variable reference) in the template.
Could you please provide support on this issue?
Regards,
Lars