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

feat: add alert failure event #7238

Merged
merged 1 commit into from
Mar 30, 2022
Merged

feat: add alert failure event #7238

merged 1 commit into from
Mar 30, 2022

Conversation

rexledesma
Copy link
Member

@vercel
Copy link

vercel bot commented Mar 30, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

dagit-storybook – ./js_modules/dagit/packages/ui

🔍 Inspect: https://vercel.com/elementl/dagit-storybook/7dmATNWbWaDqwh6j8pMFnfmT8QVM
✅ Preview: Canceled

[Deployment for 7f6a2be canceled]

dagster – ./docs/next

🔍 Inspect: https://vercel.com/elementl/dagster/4RoWApx27SxNrwUo4oKGqM9kc1We
✅ Preview: Canceled

[Deployment for 7f6a2be canceled]

@vercel vercel bot temporarily deployed to Preview – dagster March 30, 2022 05:58 Inactive
@vercel vercel bot temporarily deployed to Preview – dagit-storybook March 30, 2022 05:58 Inactive
@rexledesma
Copy link
Member Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@rexledesma rexledesma requested review from gibsondan and a team March 30, 2022 05:58
@rexledesma rexledesma self-assigned this Mar 30, 2022
@vercel vercel bot temporarily deployed to Preview – dagit-storybook March 30, 2022 14:32 Inactive
@vercel vercel bot temporarily deployed to Preview – dagster March 30, 2022 14:32 Inactive
@vercel vercel bot temporarily deployed to Preview – dagit-storybook March 30, 2022 14:33 Inactive
@vercel vercel bot temporarily deployed to Preview – dagster March 30, 2022 14:33 Inactive
Comment on lines +169 to +171
return <DefaultContent eventType={eventType} message={node.message} eventIntent="success" />;
case 'AlertFailureEvent':
return <DefaultContent eventType={eventType} message={node.message} eventIntent="warning" />;
Copy link
Member Author

Choose a reason for hiding this comment

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

While we're at it, let's differentiate these events with intent.

@rexledesma
Copy link
Member Author

Will hold off on merging this until we have certainty that this is backwards compatible with old dagster versions. This event will be reported outside of the job context, which is why there could be issues interpreting this event if they are on an old version.

@rexledesma rexledesma merged commit 7024d7c into master Mar 30, 2022
@rexledesma rexledesma deleted the rl/alert-failure-event branch March 30, 2022 23:43
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