You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "Antonio-RiveroMartnez (via GitHub)" <gi...@apache.org> on 2023/06/06 20:03:41 UTC

[GitHub] [superset] Antonio-RiveroMartnez commented on a diff in pull request #24301: fix: Ability to share saved queries

Antonio-RiveroMartnez commented on code in PR #24301:
URL: https://github.com/apache/superset/pull/24301#discussion_r1220248265


##########
superset-frontend/src/SqlLab/types.ts:
##########
@@ -49,6 +49,7 @@ export interface QueryEditor {
   selectedText?: string;
   queryLimit?: number;
   description?: string;
+  uuid: string | null;

Review Comment:
   Could we use an optional string like the ones above?



-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org