codeant-ai-for-open-source[bot] commented on PR #37621:
URL: https://github.com/apache/superset/pull/37621#issuecomment-3838367254
## **Sequence Diagram**
Shows the fix where the Dataset Editor includes calculated columns
(identified by a truthy expression) when building the currency code dropdown,
despite those columns lacking backend-resolved type metadata.
```mermaid
sequenceDiagram
participant DatasetEditor
participant Backend
participant Dropdown
participant User
DatasetEditor->>Backend: fetch_metadata()
Backend-->>DatasetEditor: columns (physical cols have type_generic;
calculated cols lack type_generic but include expression)
DatasetEditor->>Dropdown: Build options filtered by (type_generic ==
String OR expression)
Dropdown-->>User: Render currency code list (includes calculated columns)
```
---
*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]