What happens if multiple partitions of an asset ar...
# ask-community
s
What happens if multiple partitions of an asset are materialized between ticks of an AssetSensor? Will it fire multiple times?
🤖 1
https://github.com/dagster-io/dagster/issues/5699 suggests the answer is it will only run for the last partition to complete within the tick interval?
s
Yes, it will only run for the last partition to complete in the interval.