how do I prevent dbt from changing or removing liquid clustering on databricks tables?

The problem I’m having

When dbt does incremental updates on my databricks tables, it always alters tables to remove liquid clustering. We have been specifying liquid clustering separately (not via dbt). How do I prevent dbt from trying to alter or remove liquid clustering on tables?