mistercrunch opened a new issue #5528: [SIP] Split the Table visualization into two visualizations URL: https://github.com/apache/incubator-superset/issues/5528 # SIP-1 Split the Table visualization into two visualizations ## Motivation The current `Table` visualization is confusing as it shows 2 control sections, `GROUP BY` and `NOT GROUPED BY` that are mutually exclusive. It's not clear that they are, and if both sections are used Superset will raise and error suggesting to clear some of the controls ## Proposed Change Split the current `table` visualization into 2 entry points: `Table - Samples` and `Table - Aggregated`. The `GROUP BY` and `NOT GROUPED BY` control sections will become a `Query` section in respective visualizations. ## New or Changed Public Interfaces The main change to users is the 2 entries points, essentially a new visualization in the visualizations menu. ## Migration Plan and Compatibility * a database migration re-assigning `NOT GROUPED BY` visualizations to the new type * minor code changes introducing the new visualization ## Rejected Alternatives N/A @betodealmeida what do you think of this template for SIPs? Took it from here: https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Improvement+Proposals
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
