Snowfakery icon indicating copy to clipboard operation
Snowfakery copied to clipboard

A tool for generating fake data that has relations between tables.

Results 138 Snowfakery issues
Sort by recently updated
recently updated
newest added

The current JSON output is a raw JSON file that matches the internal data structures. It's useful for quick review of data and storage in some use cases, but does...

It would be helpful to be able to add data conditionally into a recipe depending on the results of the the `SalesforceQuery.find_record` plugin. Basically being able to add the data...

Hello I am trying to create a simple recipe to load PersonAccounts in Salesforce: ``` - plugin: snowfakery.standard_plugins.Salesforce - plugin: snowfakery.standard_plugins.Salesforce.SalesforceQuery - object: Account fields: FirstName: fake: FirstName LastName: fake:...

This could be implemented through a database of all generated records, with a nickname column or joined table. This implementation would also have the benefit of allowing the retrieval of...

### Description Add in the ability to allow for multiple selections in order to work with multi-select picklists or similar database functionality. Currently, `random_choice` only allows for one individual selection...

"No encoder found for " error is generated with fake.latitude

@prescod , this is my first time forking a repository and submitting a PR. Please let me know if this is appropriate/welcome. I added a few sentences to the Index...

The following recipe will generate a Python object reference in the output instead of either a error or blank output when the value is invalid or the expected value. ##...

I've noticed huge API usage with some of my recipes. I suspect it's because of my usage of find_record (I have a few in my recipe, and I repeat my...

Centralize all of the code for evaluating extremely simple expressions like: field: A: blah This used to be treated as a special case of field: A: ${{blah}} where the string...