mistercrunch commented on code in PR #33924:
URL: https://github.com/apache/superset/pull/33924#discussion_r2180550402


##########
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,

Review Comment:
   I think technically the type could be any of the native json types (bool, 
number, string or another json node). In your example one of your attribute is 
a `bool` for instance.



-- 
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]

Reply via email to