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
In #714, I had to make some changes to HyVee and noticed that the data we get from them is no longer quite the same (it was not different enough to be problematic, but there was drift).
We should add schema checking using assertSchema for the data we get from HyVee, just like we added for Rite Aid in #532 and #547:
Pretty strightforward. Actually kind of glad I added this, since it showed me our tests were running agains stale data with an old, different schema.
Fixes#716.
Pretty strightforward. Actually kind of glad I added this, since it showed me our tests were running agains stale data with an old, different schema.
Fixes#716.
In #714, I had to make some changes to HyVee and noticed that the data we get from them is no longer quite the same (it was not different enough to be problematic, but there was drift).
We should add schema checking using
assertSchema
for the data we get from HyVee, just like we added for Rite Aid in #532 and #547:univaf/loader/src/sources/riteaid/scraper.js
Lines 132 to 196 in a849fae
The text was updated successfully, but these errors were encountered: