databricks-vscode icon indicating copy to clipboard operation
databricks-vscode copied to clipboard

[BUG] Targets outside of the main bundle folder aren't recognised

Open ilia-db opened this issue 1 year ago • 0 comments

Describe the bug

/common
  targets.yml
/job
  databricks.yml

where the databricks.yml has something like:

include:
  ../common/targets.yml

The plugin on VSCode wants to open up a "bundle" by choosing the job directory. By doing that, it fails on understanding the targets in a directory outside of the databricks.yml directory

ilia-db avatar Oct 07 '24 09:10 ilia-db