bito-code-review[bot] commented on PR #35805:
URL: https://github.com/apache/superset/pull/35805#issuecomment-3433431844
<details open>
<summary><strong>Interaction Diagram by <a
href="https://bito.ai#sequence_diagram">Bito</a></strong></summary>
```mermaid
sequenceDiagram
participant DEV as Developer
participant DOCS as Documentation System<br/>🔄 Updated | ●●○ Medium
participant MDX as databases.mdx<br/>🔄 Updated | ●●○ Medium
participant BUILD as Docusaurus Build
participant WEB as Documentation Website
Note over MDX: Arc connector split into<br/>Arrow & JSON variants
DEV->>DOCS: Update Arc database docs
DOCS->>MDX: Modify connector table entries
MDX->>BUILD: Trigger documentation build
BUILD->>WEB: Generate updated database config pages
WEB-->>DEV: Serve updated Arc connector docs
```
Critical path: Documentation System->databases.mdx->Docusaurus
Build->Documentation Website
> **Note:** The Arc database connector documentation was split into two
separate entries: Arc Arrow (using arc-superset-arrow) and Arc JSON (using
arc-superset-dialect). This documentation-only change improves clarity for
users choosing between performance-optimized Arrow format and standard JSON
responses.
</details>
--
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]