Skip to content

fix bug with quoted identifiers in ALTER SESSION SET - #5670

Open
korbash wants to merge 1 commit into
SQLMesh:mainfrom
korbash:main
Open

fix bug with quoted identifiers in ALTER SESSION SET#5670
korbash wants to merge 1 commit into
SQLMesh:mainfrom
korbash:main

Conversation

@korbash

@korbash korbash commented Jan 16, 2026

Copy link
Copy Markdown

Fixes #5666
This fix looks pretty bad because it moves Snowflake-specific logic out of engine_adapter/snowflake.py. But anyway, it highlighted the problem, and it works. I hope it doesn't have side effects, but I'm not sure.

@CLAassistant

CLAassistant commented Jan 16, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@StuffbyYuki

Copy link
Copy Markdown
Collaborator

@korbash can you add tests?

@StuffbyYuki
StuffbyYuki self-requested a review July 15, 2026 15:31
@StuffbyYuki

Copy link
Copy Markdown
Collaborator

@korbash Following up on my prev message

@korbash

korbash commented Aug 1, 2026

Copy link
Copy Markdown
Author

@StuffbyYuki Sorry for the late response. I’m not really like my solution because I moved dialect-specific logic out of engine_adapter/snowflake.py. I don’t think it should be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

quoting parameters in ALTER SESSION SET for Snowflake is illegal syntax.

3 participants