-
Notifications
You must be signed in to change notification settings - Fork 121
Update CLI to latest API Definitions #3635
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
Conversation
|
48d4670 to
bb2ebce
Compare
## Changes Previously, it was checking only the root type, so it wasn't possible to have different properties in openapi_overrides and custom overrides of the same root type Also updated message to make it more clear: <img width="982" height="86" alt="image" src="https://github.com/user-attachments/assets/49493c88-da6e-4e2f-b61f-dfe8141e6170" /> ## Why Tests were unexpectedly failing in this PR #3635 ## Tests <!-- How have you tested the changes? --> <!-- If your PR needs to be included in the release notes for next release, add a separate entry in NEXT_CHANGELOG.md as part of your PR. -->
983c355 to
3c16b39
Compare
shreyas-goenka
left a comment
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.
Looks good to me other than one comment. Looks like TF is still at 0.84? We need TF and the Go SDK to be at the same version in the CLI.
Is there a new TF release planned?
| "effective_logical_database_name": | ||
| "description": |- | ||
| PLACEHOLDER | ||
| "lifecycle": |
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.
This doc string is being deleted and looks unrelated to the PR. Can we avoid deleting this?
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.
Fair Removed.
0e5b587 to
a4f2857
Compare
Go SDK v0.84.0 and v0.85.0 both use the same SHA for the API definition. So, in this case, we can have TF and CLI in different versions of the Go SDK. |
🥞 Stacked PR
Use this link to review incremental changes.
Changes
Update CLI to the latest API Definitions.
This PR also adds the
databricks shares listcommand manually for backward compatibility, which was removed from the API definition.Why
Tests
Existing CI.