Snowflake-Labs / schemachange

A Database Change Management tool for Snowflake
Apache License 2.0
517 stars 229 forks source link

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

Closed ls404 closed 9 months ago

ls404 commented 10 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.