Skip to content

Conversation

jeffhwang-sq
Copy link
Collaborator

@jeffhwang-sq jeffhwang-sq commented Apr 22, 2025

When precomputing
Screenshot 2025-04-21 at 9 14 25 PM

When precomputing is done, but no rate to provide
Screenshot 2025-04-21 at 8 55 17 PM

When in running state
Screenshot 2025-04-21 at 8 55 37 PM

When complete
Screenshot 2025-04-21 at 8 55 47 PM

Empty State Messages:

  • "Computing size..." when precomputing isn't done
  • "-" when not in RUNNING state
  • "Calculating..." when we don't have enough data to calculate ETA

@jeffhwang-sq jeffhwang-sq requested review from adrw and mpawliszyn April 22, 2025 01:18
Copy link
Collaborator

@adrw adrw left a comment

Choose a reason for hiding this comment

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

LG

@jeffhwang-sq jeffhwang-sq enabled auto-merge (squash) April 22, 2025 14:43
td("hidden py-5 pl-8 pr-0 text-right align-top tabular-nums text-gray-700 sm:table-cell") {
when {
partition.state != BackfillState.RUNNING -> +"-"
!partition.precomputing_done -> +"Computing..."
Copy link
Collaborator

Choose a reason for hiding this comment

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

Records per minute shouldn't depend on the precomputing step. That is literally the rate of runBatch only and those should start right away.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

when I tested this out, the values were always 0 when precomputing was set to False, then when its set to True, the value gets filled.
Screenshot 2025-04-22 at 10 57 19 AM
Screenshot 2025-04-22 at 10 56 38 AM

@jeffhwang-sq jeffhwang-sq merged commit b61ec1a into master Apr 22, 2025
5 checks passed
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.

3 participants