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

Ability to extract/query for reconcilation report results #13

Closed
chadlwilson opened this issue Oct 1, 2021 · 2 comments
Closed

Ability to extract/query for reconcilation report results #13

chadlwilson opened this issue Oct 1, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request size:M medium items

Comments

@chadlwilson
Copy link
Collaborator

chadlwilson commented Oct 1, 2021

Context / Goal

In #12 we persisted the results of the reconciliation run, but we probably need an easy way for them to be extracted via an API.

Expected Outcome

  • Find results by migration run id?
  • Find results by dataset name
    • filter by time period?

Out of Scope

Additional context / implementation notes

  • via API?
  • summaries? details?
  • how does it complement what was logged?
  • some kind of simple web UI?
@chadlwilson chadlwilson added the enhancement New feature or request label Oct 1, 2021
chadlwilson added a commit that referenced this issue Nov 5, 2021
Currently limits to the last 10 completed runs.
chadlwilson added a commit that referenced this issue Nov 5, 2021
Also renamed the bad default index names (for Postgres)
@chadlwilson
Copy link
Collaborator Author

chadlwilson commented Nov 5, 2021

  • Find results by migration run id?
  • Find results by dataset name

@chadlwilson
Copy link
Collaborator Author

Carved out returning the detailed results into #58 as this requires more thought. Also will await more feedback before implementing a filter by time period. Need to drive some of this stuff from user demand.

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

No branches or pull requests

1 participant