Hi. A little question. We have daily partitioned assets representing tables in our DB. Apart from dagster, we have a streaming service that updates these tables in real-time. Could we create a sensor to check whether an external service updated a table and, if so - yield an AssetMaterialization from the sensor?
c
claire
06/07/2022, 4:17 PM
Hi Yevhen. It's currently not possible to yield an
AssetMaterialization
from a sensor, but you can point the sensor to a job that will yield the