Snowfakery
Snowfakery copied to clipboard
A tool for generating fake data that has relations between tables.
The date function is available for getting a date object for calculating other dates, but the same is not true for datetime. This could then be used with `relativedelta` which...
Unit test for some of the Salesforce query features.
Various docs improvements relating to Snowfakery calling Salesforce.
1. Add a ContentFile feature 2. Delete some unfinished cruft relating to PermissionSetAssignments 3. Docs updates for the new feature. This builds on #443 .
Add Salesforce.ContentFile for generating ContentVersions. Add Salesforce.ProfileId for simple lookup for profiles by name. Remove some undocumented, untested code for permission sets to try to find a better way later....
Run the command to merge example files into the docs before building the docs. Having second thoughts so I'll make a Draft PR for now.
Goal: * be able to generate N-char strings limited to a particular character set (usually A-Z0-9, but perhaps also a-zA-Z0-9 or RFC 4648 Base32 or ...) * preferable: have them...
There are four places that touch on it, but no top-to-bottom tutorial on the two syntaxes, how to pass arguments, how to do localization, etc. https://snowfakery.readthedocs.io/en/feature-fake-data-docs/index.html#fake-data https://snowfakery.readthedocs.io/en/feature-fake-data-docs/index.html#fake https://snowfakery.readthedocs.io/en/feature-fake-data-docs/index.html#fake-and-fake https://snowfakery.readthedocs.io/en/feature-fake-data-docs/fakedata.html
Inferred syntax would be: - object: Account fields: Name: $fake This would mean that the interpreter consults all open plugins that have registered themselves as available for fake data conversion....
A mocked version of Faker (and Random) could return results from CSV fixtures instead of truly random results. Then the output of every version of Faker could be compared to...