Paul Prescod

Results 110 issues of Paul Prescod

Proposal: ```python snowutil pip install psycopg2 ``` Implementation: 1. Within snowfakery: sys.path.append("~/.snowfakery/site-packages") 2. In snowutil: os.environ["PIP_TARGET"]="~/.snowfakery/site-packages" import pip pip.main(sys.argv[1:])

A vast namespaced library could provide pre-defined macros for all common Salesforce objects. In the first iteration there might be just one profile for every SObject You might use it...

### Deterministic Mode The deterministic mode of Snowfakery generates output which is identical from one version of Snowfakery to the next. It does so by dramatically limiting the dataset available...

At the top level of Snowfakery, the conceptual "first key" selects the "type" of the statement ``` - var: Foo default: Bar - object: Foo fields: xyzzy: blah ``` The...

This would allow two things: 1. Macros with fields that depend on "injected" objects. 2. Error messaging before data load failure. In general, macros could start to evolve towards schema-like...

Using SOQL import, CSV export and a new CCI CSV update task, it should be possible to do record updates. Details TBD.

Snowfakery fields can now be specified in any order and formulas will still find them. This is implemented through two mechanisms: 1. Fields are sorted before evaluation based on their...

So, for example, if you are iterating over a dataset which is bigger than the portion/batch size, the dataset will seem to restart for each portion.