Paul Prescod
Paul Prescod
CCI org import is a confusing command. It is for importing scratch orgs and only scratch orgs. In a CI context I'd suggest you spin up new scratch orgs. Or...
Does this make sense to you @Br4nd0R , @davisagli ?
The issue is not so much at the filename level, though that is a bit of an issue. The issue is that every project tends to register custom tasks into...
The Snowfakery task runs Snowfakery out-of-process for parallelization reasons. (GIL!!!) A similar work-around could allow custom tasks to be run out-of-process and have their inputs and outputs transferred through files...
The Frontier Scale team is also interested in using CumulusCI for their general-purpose data-moving processes and thus would like filtering.
Well it took a while but here we go: #729
Salesforce's bulk data APIs are untyped so we have not had any requests so far for strongly typed output. Also: Snowfakery does not enforce that a column is homogenous in...
I am interested in making Snowfakery useful for Snowflake, but are booleans really the only issue? What about date/times, references and (if it's relevant) decimal numbers? You can learn about...
@Julian88Tex What is the best SFDO product to install to experiment with multi-select picklists? Or is there a standard object field I could use?
Managing the order in which fields are evaluated is a challenge and right now it does it "top down" (object then macro then sub-macro) so that the "top" can override...