Snowflake-Labs / schemachange

A Database Change Management tool for Snowflake
Apache License 2.0
502 stars 224 forks source link

fix: role name can include special characters such as hyphens - issue… #223

Closed ls404 closed 7 months ago

ls404 commented 8 months ago

… #215 This bug was introduced after refactoring of Schemachange in v3.5 Whenever schemachange role contains "-" execution breaks:

snowflake.connector.errors.ProgrammingError: 001003 (42000): SQL compilation error: syntax error line 1 at position 13 unexpected '-'. Error: Process completed with exit code 1.