feat: add sample file processing as post-deployment step 4#520
Open
Dongbumlee wants to merge 1 commit intomainfrom
Open
feat: add sample file processing as post-deployment step 4#520Dongbumlee wants to merge 1 commit intomainfrom
Dongbumlee wants to merge 1 commit intomainfrom
Conversation
- Add bundle_info.json manifests for claim_date_of_loss and claim_hail - Add Step 4 to post_deployment.ps1 and post_deployment.sh - Creates claim batch with schemaset ID - Uploads files with mapped schema IDs - Submits batch for workflow processing - Update DeploymentGuide.md with new step and sample output - Update AVMPostDeploymentGuide.md with manual sample processing instructions - Normalize output prefixes: ASCII dashes for ps1, emojis for sh
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.
This pull request adds automated and documented support for uploading and processing sample claim file bundles as part of the post-deployment workflow for the Content Processing Solution Accelerator. Now, after schema registration, two sample claim bundles are processed automatically, enabling immediate end-to-end verification of the deployment. The documentation and post-deployment scripts have been updated to reflect and support this new workflow.
Key changes:
Post-deployment automation:
post_deployment.ps1andpost_deployment.shscripts to automatically upload and process sample claim bundles (claim_date_of_lossandclaim_hail) after schema registration, including batch creation, file upload, and submission for processing. [1] [2]bundle_info.jsonmanifests in each sample bundle directory to map files to their schema classes, enabling automated and accurate file processing. [1] [2]Documentation updates:
DeploymentGuide.mdandAVMPostDeploymentGuide.mdto document the new sample processing step, clarify that it is performed automatically when usingazd up, and provide instructions for manual execution in AVM scenarios. [1] [2] [3] [4] [5]Script output improvements:
post_deployment.ps1for easier readability and consistency. [1] [2] [3]These changes streamline the post-deployment experience, making it easier to verify that the solution is working as intended immediately after deployment.- Add bundle_info.json manifests for claim_date_of_loss and claim_hail
Purpose
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information