Skip to content

add datasets page to dashboard - #1532

Open
MattShirley wants to merge 7 commits into
developfrom
1526-add-datasets-to-dashboard
Open

MattShirley wants to merge 7 commits into
developfrom
1526-add-datasets-to-dashboard

Conversation

@MattShirley

@MattShirley MattShirley commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Adds a datasets page to the nav bar.

To improve our reporting of a dataset/files event count and file size:

  1. Add TransformerFileComplete.backfill_dataset_stats to catch info when the DID finder didn't run (user supplied file lists).
  2. Update AODStats to catch total event counts when available in logs.
Screenshot 2026-08-13 at 1 17 54 PM Screenshot 2026-08-13 at 1 17 45 PM Screenshot 2026-08-13 at 1 17 36 PM

@MattShirley MattShirley linked an issue Aug 12, 2026 that may be closed by this pull request
@codecov

codecov Bot commented Aug 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.72%. Comparing base (c3c5b5e) to head (90f60d7).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1532      +/-   ##
===========================================
+ Coverage    89.48%   89.72%   +0.23%     
===========================================
  Files          106      108       +2     
  Lines         3833     3903      +70     
  Branches       470      483      +13     
===========================================
+ Hits          3430     3502      +72     
+ Misses         326      324       -2     
  Partials        77       77              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MattShirley
MattShirley marked this pull request as ready for review August 13, 2026 18:33
@MattShirley MattShirley changed the title add datasets dashboard add datasets page to dashboard Aug 13, 2026
def backfill_dataset_stats(session: Session, info: dict):
if info.get("status") != "success":
return
events = info.get("total-events") or 0

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so unfortunately total-events does not have a consistent meaning across codegens; for uproot-raw it actually is the number of events passing the filter. I'm honestly a bit uncomfortable with doing this kind of patching...

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We agree that @MattShirley will back out the backfill and just deploy the dashboard

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add datasets to dashboard

3 participants