amaannawab923 commented on code in PR #36136:
URL: https://github.com/apache/superset/pull/36136#discussion_r2533765399
##########
superset-frontend/packages/superset-ui-core/src/query/types/Query.ts:
##########
@@ -74,6 +74,9 @@ export type QueryObjectExtras = Partial<{
instant_time_comparison_range?: string;
time_compare?: string;
+
+ /** Visualization type for escape sanitisation */
+ viz_type?: string;
}>;
Review Comment:
Yes true , but just wanted to reduce the blast radius , if any kind of issue
arises from this functionality , it wont propogate to other charts
--
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]