Skip to content

Update SDK to latest OpenAPI spec #1221

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

Merged
merged 3 commits into from
May 12, 2025
Merged

Update SDK to latest OpenAPI spec #1221

merged 3 commits into from
May 12, 2025

Conversation

tanmay-db
Copy link
Contributor

@tanmay-db tanmay-db commented May 11, 2025

What changes are proposed in this pull request?

Updating SDK to latest OpenAPI spec + Fix tests for backward incompatible changes

How is this tested?

CI

@tanmay-db tanmay-db temporarily deployed to test-trigger-is May 12, 2025 12:34 — with GitHub Actions Inactive
@tanmay-db tanmay-db temporarily deployed to test-trigger-is May 12, 2025 12:34 — with GitHub Actions Inactive
@tanmay-db tanmay-db temporarily deployed to test-trigger-is May 12, 2025 12:38 — with GitHub Actions Inactive
Copy link

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/sdk-go

Inputs:

  • PR number: 1221
  • Commit SHA: 9fb7bf2c1e957a1dead150f86107b1f3650eef69

Checks will be approved automatically on success.

@tanmay-db tanmay-db temporarily deployed to test-trigger-is May 12, 2025 12:38 — with GitHub Actions Inactive
Comment on lines -372 to +375
_, err = retries.New[catalog.CurrentWorkspaceBindings](
_, err = retries.New[catalog.UpdateCatalogWorkspaceBindingsResponse](
retries.OnErrors(apierr.ErrDeadlineExceeded),
retries.WithTimeout(1*time.Minute),
).Run(ctx, func(ctx context.Context) (*catalog.CurrentWorkspaceBindings, error) {
).Run(ctx, func(ctx context.Context) (*catalog.UpdateCatalogWorkspaceBindingsResponse, error) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Highlight

@@ -43,7 +43,7 @@ func TestAccGenericPermissions(t *testing.T) {
require.NoError(t, err)
})

_, err = w.Permissions.Set(ctx, iam.PermissionsRequest{
_, err = w.Permissions.Set(ctx, iam.SetObjectPermissions{
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Highlight

@tanmay-db tanmay-db requested review from hectorcast-db and rauchy May 12, 2025 12:43
@tanmay-db tanmay-db added this pull request to the merge queue May 12, 2025
Merged via the queue into main with commit 635106e May 12, 2025
15 checks passed
@tanmay-db tanmay-db deleted the sdk-gen-11may branch May 12, 2025 13:24
@rauchy rauchy changed the title [Internal] Update SDK to latest OpenAPI spec Update SDK to latest OpenAPI spec May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants