schemachange
schemachange copied to clipboard
A Database Change Management tool for Snowflake
I'm still testing is schemachange can be a replacement for how we deploy code using snowsql today. In snowsql when code is run, our process automatically prefixes the code with...
We have multiple development teams on many projects. Database code is organized by project with run-time scripts (in SQL folder) and migration scripts (in a Deploy folder). The migration script...
I cloned the repo, added all the necessary (authentication) configs to the yaml and ran the script. The only thing that I changed in the SQL were these two lines:...
One issue we've run into is multiple users will use the same version, as an arbitrary example 20220127.1, within the branch and it causes problems when they want to merge...
I wanted to share few of my thoughts and get your thoughts on it. - Can we use logger instead of print statements in this tool? - Can we leverage...
We've recently found out that a script that had executed "successfully", in practice was not working. The script was executing a GRANT with an role that had insufficient privileges. Essentially...
Trying to create this function below via schema change gives me an error when running via Azure DevOps pipeline ``` CREATE FUNCTION PUBLIC.CONVERT_TO_UMOL_SCALE("ITEM" VARCHAR(16777216)) RETURNS FLOAT LANGUAGE JAVASCRIPT AS '...
Hi, I have used schemachange on azure devops pipeline, below are some of the questions 1. I am deploying scripts based on V1.#.# naming convention, For Example: V1.1.1__Create_schema.sql use database...
Hi, We would be interested in a max water mark to supply with others deliverables or within build artifacts to execute the corresponding db changes instead of using pull requests...