Skip to content

v0.8.1: Add RecordTypes Support

Compare
Choose a tag to compare
@prescod prescod released this 30 Apr 22:04
b79da29

Snowfakery includes support for Salesforce RecordTypes.

Snowfakery can output SQL/JSON NULL using YAML blank fields or the YAML literal 'null'

Fields starting with __ are now properly suppressed as per the documentation.

Various performance and reliability improvements:

  • parsed dates are now cached
  • Jinja values are always coerced to a string where appropriate
  • internal attributes were renamed for clarity
  • lookups are only generated in CCI mappings if they are actually needed