Bump databricks-sdk-go from v0.178.0 to v0.182.0 - #6817
Merged
Merged
Conversation
janniklasrose
added this pull request to stack #6819
September 23, 2026 14:27
Collaborator
Integration test reportCommit: efd202d
Top 3 slowest tests (at least 2 minutes):
|
janniklasrose
added a commit
that referenced
this pull request
Sep 23, 2026
Co-authored-by: Isaac <no-reply@databricks.com>
janniklasrose
added a commit
that referenced
this pull request
Sep 23, 2026
Co-authored-by: Isaac <no-reply@databricks.com>
janniklasrose
marked this pull request as ready for review
September 23, 2026 15:03
shreyas-goenka
approved these changes
Sep 23, 2026
## Changes Bump `github.com/databricks/databricks-sdk-go` from v0.178.0 to v0.182.0. - New AI Gateway MCP service-user credential commands (create/delete/get) and related model-provider/model-service surface. - New pipelines `transformer` Avro/Protobuf options, `run_as.group_name`, and `TIKTOK_ADS`/`SMARTSHEET` ingestion source types. - New apps `telemetry_export_destinations`, ML `cron_schedule.timezone_id`, serving `amazon_bedrock_config.uc_service_credential_name`, and jobs AI-runtime task fields (`unity_catalog_image_path`, `priority_class`), surfaced in the JSON schema and PyDABs models. - No breaking changes in this range; 0.179 to 0.182 is purely additive. ## Why Routine SDK update. The pinned OpenAPI spec SHA moves with the SDK (`129c9a58` to `4648d66f`), and downstream generated artifacts are regenerated from it. ## Tests Downstream artifacts regenerated (cli.json, command stubs, JSON schema, validation, direct-engine YAML, refschema, PyDABs). Acceptance goldens regenerated (refschema field list, top-level help, and the AIR B300 case now that `GPU_8xB300` is a valid accelerator). Root-module unit suite and full `./task lint` pass; PyDABs pyright and 496 tests pass. This pull request and its description were written by Isaac. Co-authored-by: Isaac <no-reply@databricks.com>
Co-authored-by: Isaac <no-reply@databricks.com>
janniklasrose
added a commit
that referenced
this pull request
Sep 23, 2026
Co-authored-by: Isaac <no-reply@databricks.com>
janniklasrose
force-pushed
the
janniklasrose/bump-sdk-0.182.0
branch
from
September 23, 2026 15:57
40d3bd5 to
efd202d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Bump
github.com/databricks/databricks-sdk-gofrom v0.178.0 to v0.182.0.transformerAvro/Protobuf options,run_as.group_name, andTIKTOK_ADS/SMARTSHEETingestion source types.telemetry_export_destinations, MLcron_schedule.timezone_id, servingamazon_bedrock_config.uc_service_credential_name, and jobs AI-runtime task fields (unity_catalog_image_path,priority_class), surfaced in the JSON schema and PyDABs models.Why
Routine SDK update. The pinned OpenAPI spec SHA moves with the SDK (
129c9a58to4648d66f), and downstream generated artifacts are regenerated from it.Tests
Downstream artifacts regenerated (cli.json, command stubs, JSON schema, validation, direct-engine YAML, refschema, PyDABs). Acceptance goldens regenerated (refschema field list, top-level help, and the AIR B300 case now that
GPU_8xB300is a valid accelerator). Root-module unit suite and full./task lintpass; PyDABs pyright and 496 tests pass. The terraform-engine/DMS and ssh acceptance tests that time out under full parallel load pass in isolation.This pull request and its description were written by Isaac.