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

Migrate to Poetry for packaging. This simplifies dependency maintenance and environment setup. Given that I don't have the pypi api key, I was unable to validate GitHub Action

enhancement
Under Review

I've added the black formatter to the pre-commit hooks along with the flake8 linter. I addressed the issues raised by these tools along with some formatting and type hint errors....

enhancement
Under Review

Fix for issue https://github.com/Snowflake-Labs/schemachange/issues/215

enhancement

This pull request resolves #164. - This enables the new file type `F__*.sql` which is processed before all other file types. - This option defaults to `False` but can be...

enhancement
Development in Progress

** What are you trying to accomplish? ** Describe what you are trying to accomplish with SchemaChange In Flyway, we have the option to change the default prefix for versioned...

enhancement
question

**Describe the bug** Seems that the passed default Warehouse parameter gets ignored. snowflake.connector.errors.ProgrammingError: 000606 (57P03): No active warehouse selected in the current session. Select an active warehouse with the 'use...

bug

** What are you trying to accomplish? ** I'm using the SchemaChange as part of our Azure DevOps pipeline. As we already have many DB objects deployed, I'm looking for...

question
Workaround

** What are you trying to accomplish? ** I'm using SchemaChange as part of Azure DevOps Pipeline where i'm trying to deploy several sql scripts. In most of my cases...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** It takes a while to install schemachange **Describe the solution you'd like** Since pandas is not used very much in...

enhancement

** What are you trying to accomplish? ** We currently have an application team implementing some pipelines that are leveraging schemachange to call outbound to our Snowflake org. Both are...

question
Workaround