You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2024/02/16 21:22:32 UTC

(superset) branch john-bodley--remove-obsolete-actor created (now 39d4de9721)

This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a change to branch john-bodley--remove-obsolete-actor
in repository https://gitbox.apache.org/repos/asf/superset.git


      at 39d4de9721 Remove actor

This branch includes the following new commits:

     new 39d4de9721 Remove actor

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(superset) 01/01: Remove actor

Posted by jo...@apache.org.
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

commit 39d4de9721e4b9795158daee43087cab568a84c6
Author: John Bodley <45...@users.noreply.github.com>
AuthorDate: Sat Feb 17 10:22:26 2024 +1300

    Remove actor
---
 superset/commands/explore/parameters.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset/commands/explore/parameters.py b/superset/commands/explore/parameters.py
index 96d72f2670..e1fa6e6a8f 100644
--- a/superset/commands/explore/parameters.py
+++ b/superset/commands/explore/parameters.py
@@ -22,7 +22,6 @@ from flask_appbuilder.security.sqla.models import User
 
 @dataclass
 class CommandParameters:
-    actor: User
     permalink_key: Optional[str]
     form_data_key: Optional[str]
     datasource_id: Optional[int]