-
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
[gql] Report runless asset events #17019
Conversation
3200f8b
to
ed6fa98
Compare
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit 4f36358. |
ed6fa98
to
e571010
Compare
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.
Nice
class Meta: | ||
name = "AssetEventType" | ||
|
||
def to_dagster_event_type(self): |
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.
Return type plz
Corresponding internal PR: https://github.com/dagster-io/internal/pull/7123 to make tests pass |
e571010
to
d29c76a
Compare
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
0474dbd
to
d29c76a
Compare
d29c76a
to
4f36358
Compare
This PR adds graphQL to enable reporting asset materializations in the UI.
It creates a
reportRunlessAssetEvents
mutation with the following arguments:In the next PR I plan on enabling displaying the creator of a runless event.