Compiled code not found for this model Error in dbt UI After Running "dbt run --select model"

Hi sthienard,

To prevent compiled code not found for this model, add --no-write-json before the run command:
dbt --no-write-json run --select model