Yash2412 commented on code in PR #33924: URL: https://github.com/apache/superset/pull/33924#discussion_r2192007588
########## superset/jinja_context.py: ########## @@ -284,6 +285,56 @@ def url_param( self.cache_key_wrapper(result) return result + def get_guest_user_attribute( + self, + attribute_name: str, + default: str | None = None, + add_to_cache_keys: bool = True, + ) -> str | None: Review Comment: Yes, modified the function return type to JSONValue to support all native JSON types. -- 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-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org