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

Hi Team, In SnowSql we have command to execute the master script to execute internal scripts using !load command. when we are trying to execute that from Schemachange its failing...

question
Workaround

For traceability/audit trail, we are specifying a Query Tag through the CLI. Would like to see the Query Tag value in the Change History table, so that we can easily...

enhancement
help wanted

I am deploying schemachange in azure devops however stuck in execution of the repeatable script(very first step) Can you please help debugging this? its a simple deployment, using library for...

bug
help wanted

I would love to be able to easily connect SQLFluff or another linting tool that only checks for files that are about to be deployed (rather than scanning an entire...

enhancement
question

We use Schemachange for deploying into all of our environments (DEV, STG, and PRD). We have been running into timing issues with R__ scripts causing them to be reverted to...

enhancement

Hi, Im trying to execute `USE DATABASE {{db_name}}; alter session set QUERY_TAG = 'DDL'; {%- set str_schema_name = 'DATA_MART' -%} {%- set str_table_name = 'DIM_CLIENT' -%} {%- set str_column_name =...

question
Workaround

Replaced the small piece of code that uses Pandas, removed it as a dependency.

**Describe the bug** When using Azure Dev Ops & schemachange, I get an error of "Empty SQL Statement". **To Reproduce** Complete a pull request in Azure Dev Ops. CI CD...

bug

**Describe the bug** A ValueError occurs when attempting to run SchemaChange, this did not occur last Friday (6/14) but is occurring this Monday (6/17). **To Reproduce** Steps to reproduce the...

bug

**Describe the bug** The schemachange dry run is used as a check before the actual implementation run to display the order of execution of the change scripts. **To Reproduce** Steps...

bug