codeant-ai-for-open-source[bot] commented on PR #38853:
URL: https://github.com/apache/superset/pull/38853#issuecomment-4128733190
## **Sequence Diagram**
This PR updates dataset creation validation to include currency code column,
matching update behavior. A create request that includes this field now passes
schema validation and proceeds to dataset creation.
```mermaid
sequenceDiagram
participant Client
participant DatasetAPI
participant DatasetPostSchema
participant DatasetService
Client->>DatasetAPI: Create dataset with currency code column
DatasetAPI->>DatasetPostSchema: Validate request fields
DatasetPostSchema-->>DatasetAPI: Valid including currency code column
DatasetAPI->>DatasetService: Create dataset with provided fields
DatasetService-->>Client: Created response 201
```
---
*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]