Backfill the last_synced_with_source
field in the database
#1562
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: catalog
Related to the catalog and Airflow DAGs
Milestone
Current Situation
Currently, there are 554 237 images that set
NULL
aslast_synced_with_source
value.Suggested Improvement
Set
last_synced_with_source
to the value ofupdated_on
, if available, or tocreated_on
in the database where it is currently NULL.Benefit
Data consistency.
Additional context
Part of #244
Implementation
The text was updated successfully, but these errors were encountered: