-
Notifications
You must be signed in to change notification settings - Fork 121
Upgrade go sdk to 0.85.0 #3769
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.85.0 #3769
Conversation
|
| @@ -1,13 +1,5 @@ | |||
|
|
|||
| >>> [CLI] bundle validate -o json | |||
| Warning: required field "catalog_name" is not set | |||
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.
it seems odd that this warning is lost?
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.
in accordance to this change - CatalogName got an omitempty attribute: databricks/databricks-sdk-go@42ad9a8#r167972266
## Release v0.273.0 ### Notable Changes * (via Terraform v1.92.0) DABs will no longer try to update pipeline permissions upon pipeline deletion. This fixes PERMISSION\_ERROR upon 'bundle destroy' for pipelines that have run\_as setting enabled (described in https://community.databricks.com/t95/data-engineering/dab-dlt-destroy-fails-due-to-ownership-permissions-mismatch/td-p/132101) The downside is that if 'permissions:' block is removed from the resource, DABs will not try anymore to restore permissions to just the owner of the pipeline. ### CLI * Add the `--configure-serverless` flag to `databricks auth login` to configure Databricks Connect to use serverless. ### Dependency updates * Upgrade Go SDK to 0.82.0 ([#3769](#3769)) * Upgrade TF provider to 1.92.0 ([#3772](#3772)) ### Bundles * Updated the internal lakeflow-pipelines template to use an "src" layout ([#3671](#3671)). * Fix for pip flags with equal sign being incorrectly treated as local file names ([#3766](#3766))
## Changes See https://github.com/databricks/databricks-sdk-go/releases/tag/v0.89.0 This change removes previously added flags to the `jobs create` and `pipelines create` commands. These flags were not part of these commands before and were added by accident (in #3769). Because the payload for these commands is complex, they take a `--json` flag instead.
## Changes Filter out enum values with DEVELOPMENT or PRIVATE_PREVIEW launch stages when extracting annotations from the OpenAPI spec. Only values with GA, PUBLIC_PREVIEW, or PUBLIC_BETA stages are included in the generated schema. ## Why Different OpenAPI spec versions have inconsistent visibility filtering, causing enum values like LIQUID to appear and disappear across commits. This made the annotations file non-deterministic depending on which spec was used. Evidence of flip-flopping (newest to oldest): - a6fbd57 Add support for alerts to DABs (#4004) - LIQUID re-added - ecc9d54 Regenerate autogenerated files (#3981) - LIQUID removed - 89b2786 Upgrade go sdk to 0.85.0 (#3769) - LIQUID first added
Why
Prerequisite for TF provider upgrade
Tests
Updated existing tests