codeant-ai-for-open-source[bot] commented on PR #37990:
URL: https://github.com/apache/superset/pull/37990#issuecomment-3906626232
## **Sequence Diagram**
The PR ensures the documentation page derives the correct engine spec
filename from a database's module value (stripping any package prefix) so the
"Edit on GitHub" link opens the right .py file. This diagram shows the main
success path from a docs user viewing a DB page to following the corrected edit
link.
```mermaid
sequenceDiagram
participant User
participant DocsSite
participant GitHub
User->>DocsSite: Open database documentation page
DocsSite->>DocsSite: Derive filename = lastSegment(database.module) +
".py"
DocsSite-->>User: Render "Edit" link pointing to
superset/db_engine_specs/<filename>.py
User->>GitHub: Click "Edit" link (opens correct engine spec file)
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]