Add direct-mode bundle support for AI Gateway model_provider_service - #6634
Open
alex-khakhlyuk wants to merge 3 commits into
Open
Add direct-mode bundle support for AI Gateway model_provider_service#6634alex-khakhlyuk wants to merge 3 commits into
alex-khakhlyuk wants to merge 3 commits into
Conversation
Contributor
Approval status: pending
|
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: 1cd813f
|
| # 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-mcp-service
branch
from
September 14, 2026 12:11
0a2dc6f to
f792041
Compare
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-mcp-service
branch
from
September 14, 2026 16:52
e801c3f to
6ad6378
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
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>
alex-khakhlyuk
force-pushed
the
aigov-dabs-mcp-service
branch
from
September 14, 2026 19:21
b0fb58b to
0dbe249
Compare
alex-khakhlyuk
force-pushed
the
aigov-dabs-model-provider-service
branch
from
September 14, 2026 19:21
1cd813f to
e95c91a
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