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:
John Bodley
2022-07-05 10:51:24 -07:00
committed by GitHub
parent 92bf1b8ef6
commit ad308fbde2
5 changed files with 8 additions and 24 deletions

View File

@@ -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``.