-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bundle summary throws an error if job is deleted #1913
Comments
Thanks for reporting! |
Closed
should |
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 28, 2024
## 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
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
The issue was not related to This was fixed in v0.236.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: