betodealmeida commented on PR #34993:
URL: https://github.com/apache/superset/pull/34993#issuecomment-3250325188
> do we need a test for when `new_metrics` contains a metric without a UUID
field
> at all (not just None)?
We have a Marshmallow schema in `superset/datasets/schemas.py` that
validates the presence of a valid UUID:
```python
class FolderSchema(Schema):
uuid = fields.UUID(required=True)
...
```
--
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]