Why is the materialization dataset updating 1h after the last update?

In short: I have an Object Type, where some object instances are updated by the users.
When the object updates, the materialization dataset of this Object Type updates, as expected, as it propagated it in the pipeline.

However, I see that 1h later, there is another build triggering on the materialization dataset, even if no further updates were made by end users.

Is that expected ? Is there a way to avoid further builds in the pipeline to propagate because of this “ghost” build ?

My Automation runs at schedules times/ schedule intervals. it makes sence. Do the dataset build have similar config :thinking:..

Following the theard to know.