Has anyone used Faker to generate data for their tap? I want to implement a "mock_mode" that generates data for me instead of reaching out to the source system, which is slow due to the need for remote access. Would mapping each schema to a Faker type work? Has this been done before?