-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch tick filters to contained set rather than every permutation (#…
…23781) ## Summary & Motivation We want to set up a constrained set of indices to make the tick query faster. We can do that more efficiently for common queries if we restrict the views enabled in the UI. I think the common modes are going to be `All ticks`, `Failed`, and `Requested`. I don't think it's very useful to see `Started` or `Skipped` ticks in isolation. https://github.com/user-attachments/assets/fa2df72b-ad8f-43ae-9b16-640b53bdabcd ## How I Tested These Changes BK
- Loading branch information
Showing
1 changed file
with
71 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
06621e7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for dagit-core-storybook ready!
✅ Preview
https://dagit-core-storybook-fvuplbghl-elementl.vercel.app
Built with commit 06621e7.
This pull request is being automatically deployed with vercel-action