databricks-cli/bundle/resources
Andrew Nester 8053e9c4e4
Fix segfault in bundle summary command (#1937)
## 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
2024-11-28 12:27:24 +00:00
..
completion.go Reuse resource resolution code for the run command (#1858) 2024-10-24 13:24:30 +00:00
completion_test.go Fix segfault in bundle summary command (#1937) 2024-11-28 12:27:24 +00:00
lookup.go Reuse resource resolution code for the run command (#1858) 2024-10-24 13:24:30 +00:00
lookup_test.go Fix segfault in bundle summary command (#1937) 2024-11-28 12:27:24 +00:00