You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do some fixes related to the vin decoding job(s):
(1) calls to raise_for_status() in external apis
(2) load only necessary fields of decoded vin records when updating vin records
Also a change to the email_validator resolver:
(1) Use caching_resolver which should hopefully improve performance for large spreadsheets
The text was updated successfully, but these errors were encountered:
Do some fixes related to the vin decoding job(s):
(1) calls to raise_for_status() in external apis
(2) load only necessary fields of decoded vin records when updating vin records
Also a change to the email_validator resolver:
(1) Use
caching_resolver
which should hopefully improve performance for large spreadsheetsThe text was updated successfully, but these errors were encountered: