-
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
[storage tests] runless events #16520
Conversation
Current dependencies on/for this PR: This comment was auto-generated by Graphite. |
010dbf5
to
331a776
Compare
Deploy preview for dagit-core-storybook ready! ✅ Preview Built with commit dd1a7a4. |
Deploy preview for dagit-storybook ready! ✅ Preview Built with commit 331a776. |
331a776
to
a5b9c74
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.
looks like this needs a rebase
a5b9c74
to
dd1a7a4
Compare
|
||
mats = storage.get_latest_materialization_events([key]) | ||
assert mats |
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.
could consider including a runless one and a runful one for the same key (is that a thing?) and verify that both are included
update storage tests to ensure runless asset events work across storages
related to #16424
How I Tested These Changes