Skip to content

fix(mssql): skip dbo on drop schema - #6026

Open
cmgoffena13 wants to merge 1 commit into
SQLMesh:mainfrom
cmgoffena13:fix/dont-drop-dbo
Open

fix(mssql): skip dbo on drop schema#6026
cmgoffena13 wants to merge 1 commit into
SQLMesh:mainfrom
cmgoffena13:fix/dont-drop-dbo

Conversation

@cmgoffena13

Copy link
Copy Markdown
Collaborator

Description

Closes #4833

SQL Server does not allow the dropping of the dbo schema. Skipping for drop_schema method.

Test Plan

New Test: test_drop_schema_skips_dbo

Checklist

  • I have run make style and fixed any issues
  • I have added tests for my changes (if applicable)
  • All existing tests pass (make fast-test)
  • My commits are signed off (git commit -s) per the DCO

Signed-off-by: Cortland Goffena <30168413+cmgoffena13@users.noreply.github.com>
@cmgoffena13 cmgoffena13 self-assigned this Sep 4, 2026
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.

mssql: Exclude dbo schema from drop schema statements

1 participant