-
Notifications
You must be signed in to change notification settings - Fork 121
Upgrade Go SDK to 0.81.0 #3449
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
Upgrade Go SDK to 0.81.0 #3449
Conversation
| Use: "settings-v2", | ||
| Short: `APIs to manage account level settings.`, | ||
| Long: `APIs to manage account level settings`, | ||
| GroupID: "settings", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
generated group id here was settingsv2, changing this to settings fixes most of the test failures
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anton-107, you need to add a new group here instead https://github.com/databricks/cli/blob/main/cmd/account/groups.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, i had to filter out empty groups for account commands to support this
see 59922b2
|
## Release v0.265.0 ### CLI * Fix "cache: token not found" for auth token command ([#3447](#3447)) ### Dependency updates * Upgrade TF provider to 1.87.0 ([#3430](#3430)) * Upgrade Go SDK to 0.81.0 ([#3449](#3449)) ### Bundles * Add support for Lakebase database instances in DABs ([#3283](#3283)) * Add support for Lakebase database catalogs in DABs ([#3436](#3436)) * Improve error message for SDK/API errors ([#3379](#3379)) * Separate generated classes between jobs and pipelines in Python support ([#3428](#3428))
Changes
Upgrade Go SDK to 0.81.0