Locks in DBT incremental models

In my project, I’ve built several incremental materialized fact models on top of snapshot tables. However, during model execution, if downstream teams query these fact tables in Redshift, the models often enter a locked state and continue running indefinitely unless the tasks are externally terminated. Similar to how late binding works with views, is there a way to prevent such locking behavior for incremental models(tables)