mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: pass valid SQL to SM (#27464)
This commit is contained in:
@@ -58,7 +58,7 @@ class CreateMixin: # pylint: disable=too-few-public-methods
|
||||
return populate_owner_list(owner_ids, default_to_user=True)
|
||||
|
||||
|
||||
class UpdateMixin: # pylint: disable=too-few-public-methods
|
||||
class UpdateMixin:
|
||||
@staticmethod
|
||||
def populate_owners(owner_ids: Optional[list[int]] = None) -> list[User]:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user