bito-code-review[bot] commented on PR #35825:
URL: https://github.com/apache/superset/pull/35825#issuecomment-3441489222

   <details open>
     <summary><strong>Interaction Diagram by <a 
href="https://bito.ai#sequence_diagram";>Bito</a></strong></summary>
   
   ```mermaid
   sequenceDiagram
   participant Admin as Admin/Developer
   participant Config as superset_config.py<br/>🟩 Added | ●●● High
   participant Manager as ResultsBackendManager
   participant MinIO as MinioCacheBackend<br/>🟩 Added | ●●● High
   participant SQLLab as SQL Lab Module
   participant Commands as sql_lab Commands
   Admin->>Config: Configure MinIO backend
   Config->>Manager: init_app(app)
   Manager->>MinIO: Initialize cache backend
   SQLLab->>Manager: Request results_backend
   Manager-->>SQLLab: Return MinioCacheBackend instance
   Commands->>MinIO: Store/retrieve query results
   ```
   Critical path: Admin/Developer -&gt; superset_config.py -&gt; 
ResultsBackendManager -&gt; MinioCacheBackend -&gt; SQL Lab Module
   
   
   > **Note:** Documentation update adds MinIO/S3-compatible backend 
configuration examples. No code changes to core components; existing 
ResultsBackendManager and sql_lab modules continue using the configured backend 
transparently.
   
   </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]

Reply via email to