Backfill the EnrollmentEvents table from Amplitude/Metabase data #2436
Labels
analytics
App event tracking, instrumentation, logging: Metabase, Amplitude
deliverable
Work that ends with a non-code deliverable (e.g. Google doc)
Milestone
This is blocked until cal-itp/data-infra#3468 is complete and merged.This is blocked until #2521 is complete and merged.We want to take this historical enrollment record from Amplitude/Metabase and backfill our newly created local
EnrollmentEvent
table in the app.The backfill should be for any enrollment that occurred prior to when the
EnrollmentEvent
table went intoprod
: 09/18/2024, version2024.09.2
The general approach could be something like:
manage.py loaddata <fixtures>
to load the fixtures inAcceptance criteria
prod
Admin interfaceEnrollmentEvents
table.event_time
is used for theEnrollmentEvent.enrollment_datetime
valueEnrollmentEvent.enrollment_method
isDIGITAL
for all backfilled eventsThe text was updated successfully, but these errors were encountered: