mirror of
https://github.com/apache/superset.git
synced 2026-04-10 11:55:24 +00:00
chore(rls): Remove passing global username (#20344)
* chore(rls): Remove passing global username * Update manager.py * Update manager.py * Update manager.py * Update manager.py Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -1409,7 +1409,6 @@ def test_insert_rls(
|
||||
candidate: Token,
|
||||
database_id: int,
|
||||
default_schema: str,
|
||||
username: Optional[str] = None,
|
||||
) -> Optional[TokenList]:
|
||||
"""
|
||||
Return the RLS ``condition`` if ``candidate`` matches ``table``.
|
||||
|
||||
Reference in New Issue
Block a user