Open koopatroopa599 opened 3 days ago
Deleting a job and running databricks bundle summary throws an error:
databricks bundle summary
panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0xa0 pc=0x13c44c4]
bundle: name: example include: - resources/*/*.yml dev: mode: production workspace: host: https://xxxx.azuredatabricks.net root_path: /.bundle/${bundle.name}/${bundle.target}
Command outputs the bundle summary
Command outputs an error message
Operating System: Windows 10 (22H2) CLI version: 0.234.0
No
Thanks for reporting!
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