-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add FreshnessStateChange
event type
#29568
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
Conversation
FreshnessStateChange
event
This stack of pull requests is managed by Graphite. Learn more about stacking. |
FreshnessStateChange
eventFreshnessStateChange
event type
8922245
to
d14e093
Compare
b7ee9ef
to
9b7f8b0
Compare
9b7f8b0
to
3e7009f
Compare
d14e093
to
113cfad
Compare
3e7009f
to
35264ea
Compare
113cfad
to
cea3b6e
Compare
35264ea
to
33fca9f
Compare
33fca9f
to
a014e75
Compare
cea3b6e
to
ba968df
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.
chatted about this offline - let's make a private method for reporting runless asset events that accepts the freshness class (the public method can just call the private one and have more restrictive allowed parameter types). other than that this looks good to me!
f8bea01
to
e1b5e6f
Compare
few errant test failures in the last build, nothing related to this PR: https://buildkite.com/dagster/dagster-dagster/builds/121553 |
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.
lgtm - one small place to remove some commented code
5df7d45
to
88ecb5e
Compare
ba968df
to
507b7ba
Compare
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit dd19365. |
Merge activity
|
b51a161
to
dd19365
Compare
Summary & Motivation
Adds a new event type -
FreshnessStateChange
. This event will be emitted when the freshness state of an asset changes.Also adds a new
_report_runless_asset_event
method onDagsterInstance
. The new method will allow cloud code to emit the newFreshnessStateChange
event without polluting the publicreport_runless_asset_event
method.How I Tested These Changes
tests in internal < PR link coming soon >
Changelog