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
Occasionally, the Community Profile Report (CPR) publishes multiple xlsx files with the same nominal publish date. #1479 handles this case with naive deduping, since to-date this has only happened once (2021-09-13), and the two files were identical.
If we ever see duplicate publish dates where the file contents differ, we will need to revisit that solution.
The core dataset does not provide a timestamp for any attachment, however, the Archive Repository lists the upload time of every change made to the dataset, including adding/removing attachments. By diffing the Metadata Updates column in sequential rows, we can determine which attachments were added during each upload entry.
For the filename labeled for 2021-09-13, the Archive Repository shows that the pdf and xlsx file were initially uploaded at 2021 Sep 14 10:14:55 AM, and the second xlsx file was uploaded at 2021 Sep 15 12:38:36 PM (in the same upload entry as the pdf and xlsx files labeled for 2021-09-14).
The text was updated successfully, but these errors were encountered:
I did some additional calculations to get average upload lag, and it's 1.3 days (ignoring outliers of 7 days or more, but keeping Mondays -- dsew doesn't upload on weekends so Mondays are always 3-4 days)
Occasionally, the Community Profile Report (CPR) publishes multiple xlsx files with the same nominal publish date.
#1479 handles this case with naive deduping, since to-date this has only happened once (2021-09-13), and the two files were identical.
If we ever see duplicate publish dates where the file contents differ, we will need to revisit that solution.
The core dataset does not provide a timestamp for any attachment, however, the Archive Repository lists the upload time of every change made to the dataset, including adding/removing attachments. By diffing the Metadata Updates column in sequential rows, we can determine which attachments were added during each upload entry.
For the filename labeled for 2021-09-13, the Archive Repository shows that the pdf and xlsx file were initially uploaded at 2021 Sep 14 10:14:55 AM, and the second xlsx file was uploaded at 2021 Sep 15 12:38:36 PM (in the same upload entry as the pdf and xlsx files labeled for 2021-09-14).
The text was updated successfully, but these errors were encountered: