-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
MediumMedium priorityMedium priorityTaskAny work that does not directly impact the userAny work that does not directly impact the user
Description
Describe the task
Enable a one-time decoding of all distinct VINs stored in the historical ICBC dataset within the CTHUB development environment using both Vinpower and VPIC services.
Purpose
The business area needs all of the VINs in the historical ICBC data set decoded to support goal of having this historical data set cleaned, formatted, and decoded and ready for data science investigations.
Acceptance Criteria
- All distinct VINs (e.g. VINs that have not previously been decoded) from the ICBC table in the CTHUB dev environment are extracted.
- VINs are decoded using Vinpower
- VIN decoding results are stored within existing existing Vinpower table within CTHUB
Development Checklist
- Write a django command file that decodes vins that are not already decoded using vinpower (see django/api/management/commands)
- Merge file to dev and run from openshift
Additional context
- This is intended to be a one-time action on the historical data set.
- There is an existing batch_decode function that uses the instance of vinpower we have to decode instead of hitting their API
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
MediumMedium priorityMedium priorityTaskAny work that does not directly impact the userAny work that does not directly impact the user