fix bug with quoted identifiers in ALTER SESSION SET by korbash · Pull Request #5670 · SQLMesh/sqlmesh

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@korbash

Copy link

@korbash korbash commented

Jan 16, 2026

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

Copy link

CLAassistant commented

Jan 16, 2026

edited

Loading

CLA assistant check
All committers have signed the CLA.

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

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

2 participants

@korbash @CLAassistant