https://dagster.io/ logo
#dagster-support
Title
# dagster-support
y

Yevhen Samoilenko

06/07/2022, 12:09 PM
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
AssetMaterialization
.
👍 1
2 Views