Yevhen Samoilenko
09/06/2022, 2:16 PMyuhan
09/06/2022, 11:53 PMYevhen Samoilenko
09/07/2022, 9:01 AMyuhan
09/07/2022, 5:29 PMalso is there any way to get an upstream asset observations from one of the downstream assets (or at least get asset observations by asset key)?there’s currently no built-in way to do so, but you can query the Dagster Instance directly to get the latest observation event. here’s a similar question: https://dagster.slack.com/archives/C01U954MEER/p1660073779130509?thread_ts=1660072660.277929&cid=C01U954MEER you can also the metadata (e.g. whether the status is failed) from that event, and then conditionally materialize the downstream assets.