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

Currently, if you execute `schemachange` without a configuration file, it looks like this: ``` (venv) twhite@C02G43N2MD6R SnowSecure % schemachange schemachange version: 3.6.0 Using root folder /Users/twhite/VSCodeProjects/SnowSecure Using variables: {} Traceback...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** From a CI/CD perspective logging to track progress is helpful if one does not specify `--verbose` there is no logging...

enhancement

### Description: Add the functionality to execute specific scripts first on every execution of _schemachange_ using the naming convention `F__DESCRIPTION.sql`. ### Benefit: For use in CI/CD process: 1. Create clone...

enhancement
Development in Progress

**Describe the bug** While running the docker command in gitlab cicd to run schemachange, we are getting error. Please find the gitlab stage details below deploy-to-eu-staging-snowflake: stage: snowflake-staging when: manual...

bug

My original PR for this closed when I merged the bugfix from PR 149 into my fork. This is just reopening after resolving any conflicts from bugfix to my branch....

enhancement
question

I know that DT are still not GA but there are others who are facing some issues with schemachange on env with DT? The clone always throws an error.

question

We have a bitbucket pipeline where we have been using schema change for about 1 year. We have been getting the following error since October 12th. (We connect to Snowflake...

help wanted
dependencies
Under Review

TLDR: I believe Pandas should either be refactored out of the library entirely, or the upper bound on the version should be removed. There is also a very strong argument...

help wanted
dependencies

Hello Everyone We are trying to run schemachange using `dry-run=true` flag but its not working. It only list the .SQL files that it will run but does not compile the...

question
Workaround

When I try to include the create_schema.j2 i get the following error: Traceback (most recent call last): File "/usr/local/bin/schemachange", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/schemachange/cli.py", line 865, in main deploy_command(config)...

question