We have a Snowflake schema stored in a Python repository, and we want to apply schema changes to the Snowflake database via a GitLab pipeline.
Is Liquibase
a good choice for generating database migration scripts from the Python project? If not, are there any other tools that can help generate migration schemas from the Python project and apply them to the Snowflake database?