If your data model changes often, instead of manually updating the Domain Model every time, you can use the Mendix Model SDK. This lets you manage the project in a more automated, code-driven way. The basic idea is to take your Snowflake schema (for example, JSON), feed it into a small JavaScript or TypeScript script, and let that script connect to the Mendix Model Server. From there, it can create or update entities, attributes, and associations for you. This can be a practical option when the external data model is the source of truth and changes are expected regularly.