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

Implement AntlrRunSelectionVisitor on frontend #26243

Merged
merged 3 commits into from
Dec 4, 2024

Conversation

briantu
Copy link
Contributor

@briantu briantu commented Dec 3, 2024

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

Copy link
Contributor Author

briantu commented Dec 3, 2024

Copy link

github-actions bot commented Dec 3, 2024

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-9ibw0304n-elementl.vercel.app
https://briantu-implement-run-selection-visitor.core-storybook.dagster-docs.io

Built with commit 00b6923.
This pull request is being automatically deployed with vercel-action

@briantu briantu marked this pull request as ready for review December 3, 2024 06:14
@briantu briantu requested a review from salazarm December 3, 2024 06:14
Copy link
Contributor

@salazarm salazarm left a comment

Choose a reason for hiding this comment

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

sweet

@briantu briantu force-pushed the briantu/add-run-selection-syntax-frontend branch from 30036c1 to d9898b4 Compare December 3, 2024 20:16
@briantu briantu force-pushed the briantu/implement-run-selection-visitor branch from 0d8068c to ca713a7 Compare December 3, 2024 20:16
Copy link
Contributor Author

briantu commented Dec 4, 2024

Merge activity

  • Dec 4, 1:29 PM EST: A user started a stack merge that includes this pull request via Graphite.
  • Dec 4, 1:35 PM EST: Graphite rebased this pull request as part of a merge.
  • Dec 4, 1:37 PM EST: A user merged this pull request with Graphite.

@briantu briantu changed the base branch from briantu/add-run-selection-syntax-frontend to graphite-base/26243 December 4, 2024 18:30
@briantu briantu changed the base branch from graphite-base/26243 to master December 4, 2024 18:33
@briantu briantu force-pushed the briantu/implement-run-selection-visitor branch from ca713a7 to 00b6923 Compare December 4, 2024 18:34
@briantu briantu merged commit 40796bd into master Dec 4, 2024
1 of 2 checks passed
@briantu briantu deleted the briantu/implement-run-selection-visitor branch December 4, 2024 18:37
cmpadden pushed a commit that referenced this pull request Dec 5, 2024
## 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`
pskinnerthyme pushed a commit to pskinnerthyme/dagster that referenced this pull request Dec 16, 2024
## 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`
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.

2 participants