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 a "ledger" to track which resources a study was run against #303

Open
mikix opened this issue Oct 3, 2024 · 0 comments
Open

Add a "ledger" to track which resources a study was run against #303

mikix opened this issue Oct 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mikix
Copy link
Contributor

mikix commented Oct 3, 2024

Problem Statement
A "ledger" of which resources are being examined by a given study (a record of resources & their ids) would be useful for a few reasons:

  • You could feed an export of that ledger to data-metrics and have it only analyze the given resources (feature does not yet exist in data-metrics)
  • You could re-run a study on the same historical data as a previous run of a study (would need further work in the Library to do this)
  • If investigating something down the line, you could look back and see what exactly the study was working off of

Desired behavior
I don't want to be too prescriptive over how this would work. But I'd imagine if we could store the following for any given study run:

  • timestamp
  • a mapping of resource & id for every included/examined resource

And then if that's the sort of artifact that you could download/export from athena into a csv, that would be cool.

@mikix mikix added the enhancement New feature or request label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant