owid / etl

A compute graph for loading and transforming OWID's data
https://docs.owid.io/projects/etl
MIT License
58 stars 18 forks source link

:bug: fix metadata checksum #2789

Closed Marigold closed 3 weeks ago

Marigold commented 3 weeks ago

Function variable_metadata was including dataChecksum and metadataChecksum in its output. This output was then used to calculate checksum_metadata which was creating a feedback loop with ever changing checksums and inconsistencies.

This PR removes dataChecksum and metadataChecksum from there and doesn't include it in S3 JSON file.

owidbot commented 3 weeks ago
Quick links (staging server): Site Admin Wizard

Login: ssh owid@staging-site-fix-metadata-checksum

chart-diff: ✅ No charts for review.
data-diff: ✅ No differences found ```diff Legend: +New ~Modified -Removed =Identical Details Hint: Run this locally with etl diff REMOTE data/ --include yourdataset --verbose --snippet ``` Automatically updated datasets matching _weekly_wildfires|excess_mortality|covid|fluid|flunet|country_profile|garden/ihme_gbd/2019/gbd_risk_ are not included

Edited: 2024-06-11 14:12:13 UTC Execution time: 22.83 seconds