tb mock

Generates sample data in /fixtures and sends it to the data source.

The command accepts a data source name as an argument. For example: tb mock events

Use the --prompt flag to add more context to the data that is generated. For example: tb mock user_actions --prompt "Create mock data for 23 users from the US".

Options

OptionDescription
--rows INTEGERNumber of rows to generate.
--prompt TEXTExtra context to use for data generation.
Updated