Aaron Crosman

Results 41 issues of Aaron Crosman

To help build a useful UI it would be helpful to have a code that runs in JS or Python that looks at a list of objects in an org...

To help get work out details of an eventual UI, one of the things it would be helpful to do is be able to run a an object describe remotely...

Orgs expected to have large amounts of data, need to have fairly large data sets for testing. The details of the data do not matter a great deal, but do...

documentation
use case
Ready for Sprint

To encourage adoption the data generation tool needs to get to a state that it does not require a developer to operate. Therefore the tool needs to be able to...

help wanted
use case
Ready for Sprint

I'm trying to test a recipe that uses the Salesforce Query plugin: `- plugin: snowfakery.standard_plugins.Salesforce.SalesforceQuery` Using the command: `snowfakery .\datasets\my.recipe.yml --plugin-option org_name myOrg` This results in a python error: `ModuleNotFoundError:...

In the documentation on testing recipes that use SFDC data: https://snowfakery.readthedocs.io/en/latest/salesforce.html#testing-queries It includes the sample call: `$ snowfakery recipe.yml --plugin-options org_name qa` That results in an error: `Error: No such...

Currently [the documentation says](https://snowfakery.readthedocs.io/en/latest/index.html#iterate-over-salesforce-datasets): > It's a matter of time until Snowfakery has built-in features to query SOQL, so we recommend that you evaluate those features as an alternative to...

Updates Faker Edu version references to 1.1 Closes #1021

cla:signed

There are a number of new features in Faker Edu that were complete awhile back by the community. I finally got around to cutting a new release. It would be...

Currently if you have two fields with the same name, but with different cases, they will be listed in output as different fields. But most output targets don't accept that...