feat: support SQL database creation with initial properties#250
Open
v-alexmoraru wants to merge 4 commits into
Open
feat: support SQL database creation with initial properties#250v-alexmoraru wants to merge 4 commits into
v-alexmoraru wants to merge 4 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds support for creating SQL_DATABASE items with an optional creationPayload so initial SQL Database properties (and creation mode) can be set at creation time.
Changes:
- Add
_build_sql_database_creation_payload(and backup retention validation) and wire it intoadd_type_specific_payloadforItemType.SQL_DATABASE. - Introduce new SQL Database constants (creation modes, backup retention bounds) and CommonErrors helpers for validation messaging.
- Add unit tests covering payload generation and validation scenarios; add a changelog entry.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/test_utils/test_fab_cmd_mkdir_utils.py | Adds tests for SQLDatabase creation payload building/validation. |
| src/fabric_cli/utils/fab_cmd_mkdir_utils.py | Builds/validates SQLDatabase creationPayload and attaches it during mkdir. |
| src/fabric_cli/errors/common.py | Adds error message helpers for SQLDatabase creation mode/property validation. |
| src/fabric_cli/core/fab_constant.py | Adds SQLDatabase constants for creation modes and backup retention limits. |
| .changes/unreleased/added-20260618-043404.yaml | Records changelog entry for the new SQL db creation support. |
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.
No description provided.