codeant-ai-for-open-source[bot] commented on code in PR #43679:
URL: https://github.com/apache/superset/pull/43679#discussion_r3944992931
##########
superset/mcp_service/chart/tool/update_chart.py:
##########
@@ -230,12 +230,16 @@ def _build_update_payload(
)
if parsed_config is not None:
+ existing_form_data = _get_existing_form_data(chart)
Review Comment:
✅ **Customized review instruction saved!**
**Instruction:**
> Do not flag the lack of optimistic locking or version checks in this chart
update flow; concurrency control is not part of this focused consistency change.
**Applied to:**
- `superset/mcp_service/chart/tool/update_chart.py`
---
💡 *To manage or update this instruction, visit: [CodeAnt AI
Settings](https://app.codeant.ai/org/settings/learnings)*
--
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]