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

Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.28.1. Release notes Sourced from requests's releases. v2.28.1 2.28.1 (2022-06-29) Improvements Speed optimization in iter_content with transition to yield from. (#6170) Dependencies Added support for...

dependencies

Bumps [vcrpy](https://github.com/kevin1024/vcrpy) from 4.1.1 to 4.2.0. Release notes Sourced from vcrpy's releases. v4.2.0 Drop support for python < 3.7, thanks @​jairhenrique, @​IvanMalison, @​AthulMuralidhar Various aiohttp bigfixes (thanks @​pauloromeira and boechat107)...

dependencies

- Add experimental support for generating data in the format expected by the Composite API

- Refactor YAML loading to use add_representer The basic idea is to get rid of __getstate__ and __setstate__ methods and make YAML loading "standalone". Basically accept that every pickling/serializing "context"...

1. Move Snowfakery-specific _DISPATCH_TABLE and _SAFE_CLASSES up a level to the place where other Snowfakery-specific code lives. Otherwise the pickler is Snowfakery-agnostic and does not even import other Snowfakery classes....

Beginning of Architectural docs for RowHistory and a stress test example.

Hello I have the following recipe for a data import in Salesforce. I want to create 10 records with a createddate that increases 1 day for every record. Following the...

Hi guys, Great project! Really. I am trying to generate sql table with a boolean column The recipe file ``` - var: snowfakery_locale value: en_US - object: Person fields: derived:...

I'm trying to seed Salesforce org using values from Spreadsheet, and seem close to having it work, but getting some errors. The recipe should use SalesforceQuery to prematch any Contacts...