codeant-ai-for-open-source[bot] commented on PR #38655:
URL: https://github.com/apache/superset/pull/38655#issuecomment-4062186467
## **Sequence Diagram**
This PR changes docs verification so missing integration test diagnostics no
longer fail the job. The workflow now treats missing artifacts as a warning and
continues using committed diagnostics data.
```mermaid
sequenceDiagram
participant DocsCI
participant ArtifactDownloader
participant IntegrationRun
participant DocsData
DocsCI->>ArtifactDownloader: Request database diagnostics artifact
ArtifactDownloader->>IntegrationRun: Fetch diagnostics artifact
alt Artifact found
IntegrationRun-->>ArtifactDownloader: Return diagnostics file
ArtifactDownloader-->>DocsCI: Save diagnostics file
DocsCI->>DocsData: Replace committed diagnostics with fresh data
else Artifact missing
IntegrationRun-->>ArtifactDownloader: No artifact available
ArtifactDownloader-->>DocsCI: Warn and continue
DocsCI->>DocsData: Keep committed diagnostics data
end
```
---
*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]