feat(sdk): DX-PENDING - Document storage_ids validation requirement#1323
Open
yenkins-admin wants to merge 1 commit intomasterfrom
Open
feat(sdk): DX-PENDING - Document storage_ids validation requirement#1323yenkins-admin wants to merge 1 commit intomasterfrom
yenkins-admin wants to merge 1 commit intomasterfrom
Conversation
The backend now validates that storageIds must not be empty when provisioning AI Lake database instances. Updated API documentation to reflect this requirement. Related to P003: Fix storage IDs in AI Lake provision request model and controller Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
Close please -> I let agent loose :D |
|
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.
Updated API client documentation to clarify that storageIds must not be empty when provisioning AI Lake database instances.
Jira ticket pending (sandbox in maintenance): Document storage_ids validation for AI Lake provisioning
Problem P003: Fix storage IDs in AI Lake provision request model and controller - Workflow: https://github.com/gooddata/gdc-nas/actions/runs/22064429506
Changes
ProvisionDatabaseInstanceRequest.mdto document thatstorage_idsmust not be emptyBackground
The backend now validates that
storageIdsmust be provided and must not be empty when provisioning AI Lake database instances (CQ-1968). This change ensures the API documentation accurately reflects this requirement.Testing
Documentation update only - no code changes to test. The API client model already properly supports the
storage_idsfield.🤖 Generated for Problem P003