Add direct-mode bundle support for AI Gateway model_provider_service - #6634
Merged
Merged
Conversation
alex-khakhlyuk
force-pushed
the
aigov-dabs-model-provider-service
branch
from
September 11, 2026 13:33
9a78c32 to
eb8fe3b
Compare
Collaborator
Integration test reportCommit: 13e7f9a
Top 1 slowest tests (at least 2 minutes):
|
| # rejects changing it via Update, so a local change must recreate. | ||
| - field: config.provider_type | ||
| reason: immutable | ||
| ignore_remote_changes: |
alex-khakhlyuk
force-pushed
the
aigov-dabs-model-provider-service
branch
from
September 14, 2026 12:51
eb8fe3b to
d1948b6
Compare
alex-khakhlyuk
force-pushed
the
aigov-dabs-model-provider-service
branch
2 times, most recently
from
September 14, 2026 17:55
5448793 to
1cd813f
Compare
alex-khakhlyuk
force-pushed
the
aigov-dabs-model-provider-service
branch
from
September 14, 2026 19:21
1cd813f to
e95c91a
Compare
janniklasrose
approved these changes
Sep 15, 2026
janniklasrose
left a comment
Member
There was a problem hiding this comment.
See nits in #6633, they apply here too
janniklasrose
added this pull request to stack #6683
September 15, 2026 10:47
alex-khakhlyuk
force-pushed
the
aigov-dabs-model-provider-service
branch
from
September 15, 2026 12:08
e95c91a to
ab540af
Compare
alex-khakhlyuk
force-pushed
the
aigov-dabs-model-provider-service
branch
from
September 15, 2026 13:34
ab540af to
e960e17
Compare
Third and last of the stacked split of #6410 (stacked on the mcp_service PR). Direct engine only; provider_type is immutable (recreate) and write-only provider secrets + server-computed fields are suppressed to avoid phantom drift. Co-authored-by: Isaac <no-reply@databricks.com>
Follow-up mirroring #6654 (model_services) and the mcp_services cleanup, now that #6618 enabled generating field behaviors from the response type. Added catalog.ModelProviderService to apitypes.yml, removed the hand-written recreate_on_changes (config.provider_type) and ignore_remote_changes (inference_table + write-only provider credentials) from resources.yml, and regenerated resources.generated.yml. The generator now derives all of these from the OpenAPI schema (and additionally picks up config.anthropic.relayed. plan_type as immutable); no suppression is lost. Co-authored-by: Isaac <no-reply@databricks.com>
…t_tag) Main upgraded databricks-sdk-go v0.177 -> v0.178, the GA-sync SDK that dropped `owner` (effective_owner only now), the request_tag rate-limit feature, and the anthropic relayed plan_type from the AI Gateway securable types. Adapted the model_provider_service resource to v0.178: removed the stale Owner field from modelProviderServiceBody, and regenerated schema/validation/refschema/pydabs. RATE_LIMIT_KEY_REQUEST_TAG is now absent from model_provider_services (and model_services / mcp_services), matching the v0.178 spec. Co-authored-by: Isaac <no-reply@databricks.com>
… configs/ layout Main #6679 split the monolithic resources.yml / resources.generated.yml into one file per resource under configs/. Recreate the model_provider_services rules in that layout: configs/model_provider_services.yml (provided_id_fields for the immutable parent + model_provider_service_id) and the regenerated configs/model_provider_services.generated.yml (provider_type recreate + the write-only provider-credential and inference_table suppressions, derived from catalog.ModelProviderService via apitypes.yml). No behavior change. Co-authored-by: Isaac <no-reply@databricks.com>
Addresses jannik's review nit on #6633 (deferred as a follow-up): the helper resolves the compound schemas/{catalog}.{schema} parent shared by the AI Gateway securables, so the more specific name makes the signature clear. Renames the definition and all three call sites (model_services, mcp_services, model_provider_services). No behavior change. Co-authored-by: Isaac <no-reply@databricks.com>
alex-khakhlyuk
force-pushed
the
aigov-dabs-model-provider-service
branch
from
September 15, 2026 13:36
e960e17 to
13e7f9a
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.
Third and last of the stacked split of #6410 (stacked on the mcp_service PR). Direct engine only; provider_type is immutable (recreate) and write-only provider secrets + server-computed fields are suppressed to avoid phantom drift.
Changes
Why
Tests