DBT Serialization Errors

I’m having a lot of dbt serialization errors: “Serializable isolation violation on table.” Sometimes instead the job just hangs indefinitely. We are using Redshift as the database.

Is there any way help alleviate this? We have tried implementing some incremental models, but it doesn’t seem to speed up the write enough for the table locks to not form. I’m wondering if perhaps there is something in the config that is missing, or maybe we are using too many views and not enough tables?

Any tips or tricks would be greatly appreciated, thanks!