schemachange icon indicating copy to clipboard operation
schemachange copied to clipboard

A Database Change Management tool for Snowflake

Results 108 schemachange issues
Sort by recently updated
recently updated
newest added

** What are you trying to accomplish? ** Decide between SchemaChange and Terraform Snowflake Provider for Snowflake Object Management ** What options have you tried so far ? ** Want...

question
Workaround

The **USE ROLE** and the other USE query template strings here: https://github.com/Snowflake-Labs/schemachange/blob/master/schemachange/cli.py#L213 are not using quoted values for the placeholder values, if there are special characters in the name of...

bug

https://github.com/Snowflake-Labs/schemachange/blob/2eb5d52b3aa5597465a9478b2a4e35dd913d0e17/schemachange/cli.py#L210C1-L210C1 In case role names contain dashes this leads to a sql error. At the moment additional escaped quotes must be provided in order to get it running. Would be...

enhancement
Under Review

Hey there! I'm interested in adding two new flags to a fork of the repo that I think would be valuable to others. I'm finding it hard to follow the...

Under Review

For the life of me, I cannot work out how to pass these variables? I run the following: `schemachange render -a XXX.eu-west-1 -u XXX -r XXX -w XXX --vars '{"variable1":...

question

**Is your feature request related to a problem? Please describe.** To ease integration with GitHub Workflows provide a custom GitHub Action, this will make deploying schema change into sorrow faster...

question

**Describe the bug** Hi! I am getting the following error everytime I try to run my Gitlab CI/CD pipeline with schemachange on a new SQL migrations file: ``` Traceback (most...

bug
question

# The Problem I use the epoch time as the version number when creating versioned scripts. This _almost_ removes the version-number guesswork from the creation of a new script. Here's...

enhancement

Minor alteration to the README to make it clear that using a two part name in the ```CHANGE_HISTORY_TABLE``` argument will result in the METADATA database being used to store the...

dependencies