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¶
Option | Description |
---|---|
--rows INTEGER | Number of rows to generate. |
--prompt TEXT | Extra context to use for data generation. |