schemachange
schemachange copied to clipboard
A Database Change Management tool for Snowflake
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
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....
Fix for issue https://github.com/Snowflake-Labs/schemachange/issues/215
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...
** 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...
**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...
** 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...
** 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...
**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...
** 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...