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
## Changes
This PR introduces use of new `isNil` method. It allows to ensure we
filter out all improperly defined resources in `bundle summary` command.
This includes deleted resources or resources with incorrect
configuration such as only defining key of the resource and nothing
else.
Fixes#1919, #1913
## Tests
Added regression unit test case
Describe the issue
Deleting a job and running
databricks bundle summary
throws an error:panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0xa0 pc=0x13c44c4]
Configuration
Steps to reproduce the behavior
databricks bundle summary
Expected Behavior
Command outputs the bundle summary
Actual Behavior
Command outputs an error message
OS and CLI version
Operating System: Windows 10 (22H2)
CLI version: 0.234.0
Is this a regression?
No
The text was updated successfully, but these errors were encountered: