Hi all! Iam trying to follow the docs on setting u...
# ask-community
g
Hi all! Iam trying to follow the docs on setting up a multi-asset sensor to run a job when any partitions have new materializations (https://docs.dagster.io/concepts/partitions-schedules-sensors/asset-sensors#when-any-partitions-have-new-materializations), but the method used, namely,
latest_materialization_records_by_partition_and_asset
, can only be used when the partitions have matching partition definitions, which is not my case. Which method should I use instead? I am trying to explore the docs of
MultiAssetSensorEvaluationContext
but I am kind of lost 😞