How to migrate your dbt project from dbt-postgres to dbt-databricks

I have my my dbt-project configured and running for dbt-postgres. Is there an easy way to port it to dbt- databricks without having to rewrite the models.

Context: I am building a dbt demo on postgres, databricks and Azure SQL for my organization to see how well it fit our environments.

What I’ve already tried : I have successfully running pipelines on dbt-postgres.