You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement an asset check that compares the asset being checked to the last succesful materialization that was persisted.
I'm using context.instance.get_latest_materialization_event() as described in #14311, but the event that is returned is the current materialization that is being checked. I have confirmed this using the timestamp property.
So how do I get the last succesful materialization that passed all checks and whose state was actually persisted by the associated I/O manager?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement an asset check that compares the asset being checked to the last succesful materialization that was persisted.
I'm using
context.instance.get_latest_materialization_event()as described in #14311, but the event that is returned is the current materialization that is being checked. I have confirmed this using thetimestampproperty.So how do I get the last succesful materialization that passed all checks and whose state was actually persisted by the associated I/O manager?
Beta Was this translation helpful? Give feedback.
All reactions