mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
feat: apply RLS conservatively (#38683)
This commit is contained in:
committed by
Michael S. Molina
parent
87a63a81e2
commit
e2495119a3
@@ -2180,7 +2180,7 @@ FROM (
|
||||
FROM public.flights
|
||||
WHERE
|
||||
"AIRLINE" LIKE 'A%'
|
||||
) AS "public.flights"
|
||||
) AS "flights"
|
||||
LIMIT 100
|
||||
""".strip(),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user