Snowflake DEV to UAT

0
Hi all, My application uses snowflake as external database . And now I am planning to switch my database from development environment to UAT environment. When I asked snowflake team, they asked me to follow some CI/CD pipeline and asked me to run some scripts.How to implement this in mendix?
asked
1 answers
0

If your application is using Snowflake as an external database, then Mendix will not automatically create or update the Snowflake schema when you deploy the application.


Typically, the required database objects (tables, views, stored procedures, etc.) need to be created in the UAT Snowflake environment before the Mendix application connects to it. After that, you only need to update the connection details (such as database, schema, warehouse, and credentials) in your Mendix environment.


Could you clarify whether you're trying to:

  • Create the Snowflake schema in UAT for the first time, or
  • Switch the Mendix application to an existing UAT Snowflake database?


That will help determine the next steps.


Kindly mark this as the accepted answer if it helps.

answered