Skip to content

Record history more accurately#70

Draft
brycekbargar wants to merge 5 commits intolibrary-data-platform:release-v4.0.0from
Five-Colleges-Incorporated:more-accurate-history
Draft

Record history more accurately#70
brycekbargar wants to merge 5 commits intolibrary-data-platform:release-v4.0.0from
Five-Colleges-Incorporated:more-accurate-history

Conversation

@brycekbargar
Copy link
Collaborator

@brycekbargar brycekbargar commented Mar 10, 2026

One thing that's come up a couple of times while running in alpha mode is that the history doesn't reflect what actually happens because it isn't updated in the same transaction as the download/transform. This changes the columns to be more informational as well as modifying the dashboard to be incrementally updated in transactions. This is also a lot cleaner as state doesn't have be maintained the whole runtime and can be distributed more easily.

While testing this and comparing with the existing data I noticed there were two regressions. The first was a bug with jagged json where only rows with all the nested objects would be fully transformed. The second had to do with the _version column some tables have which was losing the leading underscore. These are both fixed here.

@brycekbargar brycekbargar marked this pull request as draft March 11, 2026 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant