codeant-ai-for-open-source[bot] commented on code in PR #44105:
URL: https://github.com/apache/superset/pull/44105#discussion_r3975338845


##########
superset/mcp_service/semantic_layer/tool/get_table.py:
##########
@@ -270,6 +272,8 @@ def _build_response(
     )
 
     return GetTableResponse(
+        from_dttm=query_result.get("from_dttm"),
+        to_dttm=query_result.get("to_dttm"),

Review Comment:
   ✅ **Customized review instruction saved!**
   
   **Instruction:**
   > Do not require synthetic primary time bounds for open-ended range strings 
in GetTable; validation rejects these inputs before execution, and callers 
should use explicit comparison filters for one-sided constraints.
   
   **Applied to:**
     - `superset/mcp_service/semantic_layer/tool/get_table.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]

Reply via email to