Snowflake-Labs / schemachange

A Database Change Management tool for Snowflake
Apache License 2.0
482 stars 219 forks source link

Added optional flag for isolating R and V scripts that will be grabbed during processing #145

Closed CermitDFrog closed 1 year ago

CermitDFrog commented 1 year ago

We're working with multiple branches in our development environment and when a dev is working on an R script. Other deployments will reset that R script to default.

I added an optional flag that allows us to isolate schemachange to work only on a comma delimited list of files, with the exception of A scripts which will still run always.

joshpulse commented 1 year ago

This would be very useful for us to have this capability added as well. +1 to this idea

sfc-gh-jhansen commented 1 year ago

Hey there @CermitDFrog, this change seems reasonable. But we've just released some significant refactoring changes with version 3.5.0. Can you please add your changes to that refactored version and resubmit. And please don't forget to update the version as well as the README and CHANGELOG files.

CermitDFrog commented 1 year ago

@sfc-gh-jhansen Thanks. Merged in master and updated README and CHANGELOG.

Thanks.