https://dagster.io/ logo
Title
l

Leo Qin

03/15/2023, 8:43 PM
I am testing out using an asset reconciliation sensor for selected assets, and encountering this issue: Assets A and B are managed by the sensor. Asset A is upstream of Asset B. Asset B is downstream of Asset A and (non-observable) Source Asset C. When Asset A is materialized, I expect Asset B to be materialized shortly thereafter, but this is not happening. Any ideas what is going on?
:dagster-bot-resolve: 1
pseudo-code:
asset_reconciliation_sensor(A,B)
A >> B
Source Asset C >> B
s

sean

03/17/2023, 10:38 PM
cc @owen
o

owen

03/17/2023, 10:59 PM
hi @Leo Qin ! this is a bug -- luckily, it looks like there's an easy fix, so this can make its way into next week's release
:rainbow-daggy: 1