schemachange
schemachange copied to clipboard
A Database Change Management tool for Snowflake
Currently when you're specifying "change-history-table: null", it would still use/create the default table in METADATA database. There are some use cases, when you don't need to track history, such as...
At our org, we like to run `explain` on DDL statements before running them. With the notable exception of GRANT, this is supported on almost all DDL statements we normally...
Hello Thank you for your very usefull tool. Do you plan to add some rollback feature ? When we install patches it happens that we need to rollback it. Here...
Sorted the imports as in PEP8 standard. https://peps.python.org/pep-0008/#imports This makes the import lists a little easier to follow - and its the standard some people are used to. I used...
I have below sql file which needs to be deployed create table --------; //alter table After testing in DEV, I no longer need **alter table** command. I have commented out...
@jeremiahhansen @sfc-gh-jhansen is the repository still being maintained? I'm currently using this in a production setting and would like to contribute.
Hi, We unintentionally ran the schemachange command in two separate Jenkins pipelines concurrently, and were surprised to see that each pipeline successfully applied the latest version of our schema. This...
I have deployed a CI/CD process with snowflake using Schemachange. So far it has been running as expected and we are increasing the number of users on the platform. The...
We are planning to using Visual studio code to push the code to GIT repo in Azure DevOps, but unfortunately we don't have snowflake code compiler and testing available in...
Removed the pandas library as a requirement, since its usage was minimal. Resolves #229