bito-code-review[bot] commented on code in PR #43268: URL: https://github.com/apache/superset/pull/43268#discussion_r3833280374
########## 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: <div> <div id="suggestion"> <div id="issue"><b>Inaccurate documentation removal</b></div> <div id="fix"> The removed phrase 'and time comparisons' correctly describes a feature that exists. `creating-your-first-dashboard.mdx` line 374 documents that 'AG Grid Interactive Table supports **Time Shift** (time comparison)'. Additionally, the `interactive_pivot` schema (`schemas.py` line 1224-1228) includes a `time_grain` field for temporal dimensions. Removing this accurate description misleads users about available functionality. </div> </div> <small><i>Code Review Run #da35c7</i></small> </div> --- Should Bito avoid suggestions like this for future reviews? (<a href=https://alpha.bito.ai/home/ai-agents/review-rules>Manage Rules</a>) - [ ] Yes, avoid them -- 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]
