This is an automated email from the ASF dual-hosted git repository.
johnbodley pushed a commit to branch john-bodley--remove-obsolete-actor
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to
refs/heads/john-bodley--remove-obsolete-actor by this push:
new c516b469c2 Remove actor
c516b469c2 is described below
commit c516b469c2a094689f43b76a82d568279e3770a7
Author: John Bodley <[email protected]>
AuthorDate: Sat Feb 17 10:23:20 2024 +1300
Remove actor
---
superset/explore/api.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/superset/explore/api.py b/superset/explore/api.py
index faadbe8d9a..3477ffbf52 100644
--- a/superset/explore/api.py
+++ b/superset/explore/api.py
@@ -106,7 +106,6 @@ class ExploreRestApi(BaseSupersetApi):
"""
try:
params = CommandParameters(
- actor=g.user,
permalink_key=request.args.get("permalink_key", type=str),
form_data_key=request.args.get("form_data_key", type=str),
datasource_id=request.args.get("datasource_id", type=int),