Goal
Automate sample data generation to csv file.
Acceptance
When generate_data.py executed, it will produce a barbeque_sales.csv with schema as shown at #1 :
- id : integer, auto increment transaction id
- brand_id : string, brand of the barbeque
- amount : integer, sales amount
- _PARTITIONTIME : timestamp, when the sales happen
For now, load to BQ will be done manually via UI
Out of scope
Automatically load data to BQ using script