codeant-ai-for-open-source[bot] commented on PR #38742:
URL: https://github.com/apache/superset/pull/38742#issuecomment-4089808861
## **Sequence Diagram**
This PR updates Firebolt SQL generation so star exclusion clauses keep the
EXCLUDE keyword instead of being rewritten to EXCEPT. The flow ensures
formatted SQL remains compatible with Firebolt before execution.
```mermaid
sequenceDiagram
participant User
participant SQLScript
participant FireboltGenerator
participant FireboltEngine
User->>SQLScript: Enter query using star exclude syntax
SQLScript->>FireboltGenerator: Format query with firebolt dialect
FireboltGenerator->>FireboltGenerator: Use EXCLUDE for star exclusion
FireboltGenerator-->>SQLScript: Return formatted SQL with EXCLUDE
SQLScript->>FireboltEngine: Send compatible SQL
FireboltEngine-->>User: Execute query successfully
```
---
*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]