You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The extension feature of loading DABs JSON schema for bundle configuration files is unreliable.
For databricks.yml files sometimes it works, sometimes it does not.
For other files (i.e. those specified in the include block) glob patterns do not work. That is include: resources.yml will load the JSON schema for the resouces.yml file, but include: *.yml does not do so.
To Reproduce
For issue (1)
Create a databricks.yml file in your current working directory. I'd expect autocomplete and validation via JSON schema to work, but it does not work all the time. Maybe it just takes a while to load sometimes.
For issue (2)
Steps to reproduce the behavior:
Create a databricks.yml file
Add include: *.yml to the file
Create resources.yml in the same directory.
I'd now expect to get DABs autocomplete and validation features resources.yml
Describe the bug
The extension feature of loading DABs JSON schema for bundle configuration files is unreliable.
include
block) glob patterns do not work. That isinclude: resources.yml
will load the JSON schema for theresouces.yml
file, butinclude: *.yml
does not do so.To Reproduce
For issue (1)
Create a databricks.yml file in your current working directory. I'd expect autocomplete and validation via JSON schema to work, but it does not work all the time. Maybe it just takes a while to load sometimes.
For issue (2)
Steps to reproduce the behavior:
include: *.yml
to the fileresources.yml
in the same directory.I'd now expect to get DABs autocomplete and validation features
resources.yml
System information:
Databricks extension version:
v2.0.0
The text was updated successfully, but these errors were encountered: