-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/snowfakery integration #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
…reaks as they do not get applied by vscode
…e file and collections api file artifacts
…es in the workspace
…t exception being thrown
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.
Motivation and Context
### v.1.0.0
Before this update, Salesforce Data Treecipe extension can dynamically generate a yaml recipe file capturing Salesforce fields within a Salesforce project directory.
This recipe file serves as a "key-value" structure tying a field api name to snowfakery faker function.
This PR introduces a new VS Code extension command that prompts the User to select a previously created recipe file and execute the snowfakery cli command to generate fake data based on the faker values provided for the field api names. ( https://snowfakery.readthedocs.io/en/latest/#command-line-interface )
The results of this snowfakery cli command will format the results to json and provide necessary mapping to be leveraged for easy rest api calls with the Salesforce Collections API .
What does this PR do?
Screenshot below shows an example json file that gets generated with faker data based on the yaml file recipe:
Type of Change
How Has This Been Tested?
Test Details
Checklist
Additional Notes
Reviewers
@mention-team-members-or-specific-reviewers