aminghadersohi commented on code in PR #39922:
URL: https://github.com/apache/superset/pull/39922#discussion_r3202636819
##########
superset/mcp_service/chart/validation/dataset_validator.py:
##########
@@ -443,22 +311,20 @@ def normalize_column_names(
if not dataset_context:
return config
- # Create a mutable copy of the config
- config_dict = config.model_dump()
+ from superset.mcp_service.chart.registry import get_registry
Review Comment:
can this be top level?
--
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]