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

Hello, hopefully I haven't missed anything in the documentation, but I have a question: Currently we have an issue with Snowflake Task creation when using SchemaChange. The script looks something...

We are planning to build the Snowflake DDL pipeline from Azure Devops. We are looking for version controlling at component level(Similar to Snowflake DB objects like DB--> Schema --> Tables,...

question
Workaround

First of all a big thank you to everyone involved in developing schemachange. It really is an awesome tool to work with! In our environment we sometimes need to wait...

question
Workaround

In our experience using schemachange, we have run into an issue where fetch_r_script_checksum fails due to the quantity of R-scripts in our pipeline exceeding the data size that will fit...

question
dependencies

Hey, I love the code that has been released and it works great. I was wondering if the deprecation of v1 API calls to Snowflake will break this code? I...

Hello. Currently we trigger our GitHub workflow with push to deployment branches, which works fine. ``` on: workflow_dispatch: push: branches ``` Are you planning to support deployment based on tags?...

Hi ! **Problem description** Password and Key-Pair authentication mechanisms are not sufficient: - Password authentication puts Snowflake as the system of record of user's credentials, which can be against policies...

Document if command line args takes priority over the config file or vice versa. (the correct answer is - from looking at the source code - that command line arguments...

In our development process we currently face the issue from time to time that in a versioned script (V) we are referencing a view or stored procedure that is introduced...

enhancement
Development in Progress

When multiple developers work we get to a problem that one of them merge a script with version control for instance 50 The other developer is still working on a...

question
Workaround