### Describe your changes: Fixes # I worked on ... because ... # ### Type of change: - [ ] Bug fix - [ ] Improvement - [ ] New feature - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation # ### High-level design: N/A — small change. # ### Tests: #### Use cases covered #### Unit tests #### Backend integration tests #### Ingestion integration tests #### Playwright (UI) tests #### Manual testing performed # ### UI screen recording / screenshots: Not applicable. # ### Checklist: - [x] I have read the [**CONTRIBUTING**](https://docs.open-metadata.org/developers/contribute) document. - [ ] My PR title is `Fixes : ` - [ ] My PR is linked to a GitHub issue via `Fixes #` above. - [ ] I have commented on my code, particularly in hard-to-understand areas. - [ ] For JSON Schema changes: I updated the migration scripts or explained why it is not needed. - [ ] For UI changes: I attached a screen recording and/or screenshots above. - [ ] I have added tests (unit / integration / Playwright as applicable) and listed them above.