bito-code-review[bot] commented on code in PR #43268:
URL: https://github.com/apache/superset/pull/43268#discussion_r3833548193


##########
docs/docs/using-superset/using-ai-with-superset.mdx:
##########
@@ -78,6 +78,16 @@ Charts are **not saved by default**. The workflow is 
intentionally iterative:
 To skip the preview and save immediately, include "and save it" in your prompt.
 :::
 
+:::info Deployment-specific chart types
+Use `get_chart_type_schema` before generating a chart to discover the types
+available on your Superset instance. Some deployments expose additional
+feature-gated visualizations. For example, a Preset instance with the AG Grid
+pivot plugin enabled exposes `interactive_pivot`, which supports interactive
+row groups, pivot columns, and totals. It is distinct from

Review Comment:
   <!-- Bito Reply -->
   The suggestion is not accurate for this specific chart type. The 
documentation change correctly identifies that `interactive_pivot` does not 
support time comparison features, and the reviewer's claim that it does is 
incorrect for this adapter. You should not apply this suggestion, as it would 
reintroduce misleading information about the chart's capabilities.



-- 
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