-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Implement AntlrRunSelectionVisitor on frontend #26243
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit 00b6923. |
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.
sweet
30036c1
to
d9898b4
Compare
0d8068c
to
ca713a7
Compare
ca713a7
to
00b6923
Compare
## Summary & Motivation We now want to implement the visitor methods for `RunSelectionVisitor`. This requires having access to the metadata for each run to get the status. This is not available on type `GraphQueryItem`, so a new type `RunGraphQueryItem` was added to include the metadata. ## How I Tested These Changes `AntlrRunSelection.test.ts`
## Summary & Motivation We now want to implement the visitor methods for `RunSelectionVisitor`. This requires having access to the metadata for each run to get the status. This is not available on type `GraphQueryItem`, so a new type `RunGraphQueryItem` was added to include the metadata. ## How I Tested These Changes `AntlrRunSelection.test.ts`
Summary & Motivation
We now want to implement the visitor methods for
RunSelectionVisitor
. This requires having access to the metadata for each run to get the status. This is not available on typeGraphQueryItem
, so a new typeRunGraphQueryItem
was added to include the metadata.How I Tested These Changes
AntlrRunSelection.test.ts