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

- Refer to demo README.md in CONTRIBUTING.md in integration testing instructions - Remove SEARCH OPTIMIZATION references to avoid requiring an enterprise account to test schemachange

Addresses [Feature Request 290](https://github.com/Snowflake-Labs/schemachange/issues/290)

Closes bug [Bug 289](https://github.com/Snowflake-Labs/schemachange/issues/289)

**Is your feature request related to a problem? Please describe.** My team uses a bunch of tools that connect to Snowflake. Unfortunately, their configuration file support is a bit all...

enhancement

This is a resurrection of [PR 222](https://github.com/Snowflake-Labs/schemachange/pull/222) and [275](https://github.com/Snowflake-Labs/schemachange/pull/275): - Add two CLI arguments: - **raise-exception-on-ignored-version-script**: At my shop, we're using epoch time as our version number. If you create...

### Issue: OAuth Authentication Fails in GitHub Action Pipeline #### Description: I am trying to use OAuth Authentication for `schemachange` in my GitHub Action pipeline but encounter the following error...

question
Workaround

Document `master-pytest.yml` setup instructions in the contributing documentation: 1. Right now, an enterprise account is required to run this script strictly because of the search optimization references. Can we remove...

enhancement

On [this line](https://github.com/Snowflake-Labs/schemachange/blob/master/schemachange/session/Credential.py#L75), we're returning the ExternalBrowserCredential instance, before we fetch the password on [this line](https://github.com/Snowflake-Labs/schemachange/blob/master/schemachange/session/Credential.py#L77). We need to fetch the password and pass it into the ExternalBrowserCredential constructor.

bug

[Here](https://github.com/Snowflake-Labs/schemachange/blob/master/schemachange/session/Credential.py#L70), we need to check for a SNOWFLAKE_TOKEN environment variable before we insist on fetching a new one. I'm using schemachange along with snow cli to deploy Snowpark apps and...

enhancement

Deprecate `verbse` cli argument. Opt for `log-level` instead