Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "last updated" item to DB #331

Open
jsstevenson opened this issue Apr 11, 2024 · 2 comments
Open

Add "last updated" item to DB #331

jsstevenson opened this issue Apr 11, 2024 · 2 comments
Labels
enhancement New feature or request priority:low Low priority

Comments

@jsstevenson
Copy link
Member

In PG, something like a "meta" table. Can just be a simple object in Dynamo.

Conceivably could hold other info as well.

@jsstevenson jsstevenson added enhancement New feature or request priority:low Low priority labels Apr 11, 2024
@korikuzma
Copy link
Member

@jsstevenson To confirm, would this contain the timestamp when we last updated the db?

@jsstevenson
Copy link
Member Author

Thinking about this more --

  • it'd be nice to have a way to mark that a DB currently contains a published snapshot. E.g., if I load a data dump from S3, a line in all responses could indicate that I'm working out of that specific data instance. Then, if I alter or update the data tables at all, that line is rendered null. This would/could be distinct from a "last updated" value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants