-
Notifications
You must be signed in to change notification settings - Fork 152
Release v0.223.0 is broken (Linux build) #1563
Copy link
Copy link
Closed
Labels
Description
Describe the issue
Commands like import-dir, sync or api fail without message
Steps to reproduce the behavior
- Download release 0.223.0
- Run api command
$ ./databricks api get /api/2.1/jobs/list >/dev/null && echo succeed || echo failed
failed
Expected Behavior
Command should not fail without error message.
Actual Behavior
Command exits with exit code 1 and no output.
OS and CLI version
- Linux Ubuntu 22.04
- CLI 0.223.0
Is this a regression?
Works fine in 0.215.0, 0.222.0
Debug Logs
No logs
Reactions are currently unavailable