can an asset sensor read the monitored asset's mat...
# ask-community
t
can an asset sensor read the monitored asset's materialized value? I'm using ECS with default IO manager so storage is ephemeral. I'm wondering if an asset can return a list of strings and then an assets sensor could read that list and initiate a job run for each element in the list.
c
I guess you could do this by using
load_asset_value
within your sensor