I have a usecase where I want to bulk-generate events with a cron every day -- that is to say, generate all events I will need and send them (ideally, using the python SDK).
The setup I thought about was:
- Delete all events of the type I want to send
- Send the new events from my cron
But I’ve not found a good way of doing (1) via the python SDK.
Is this a usecase amplitude can even be applied for ? We mainly use it for one-off-event-driven analytics, but I’d love it if I could also visualize the results of some analytical crons in amplitude.