SFDO-Tooling / Snowfakery

A tool for generating fake data that has relations between tables.
BSD 3-Clause "New" or "Revised" License
142 stars 32 forks source link

FAKE Library Zone Changing #972

Closed ahsantfw closed 10 months ago

ahsantfw commented 10 months ago

Hi there,

While Use Fake library we can change it to Australia as well, so it can generate data according to it, but as it is working behind the scene in Snowfakery, Is there any way I can redefine it.

Code: from faker import Faker import random

fake = Faker('en_AU')

This is what I want to do, but I can't specify it in yml file