mirror of
https://github.com/apache/superset.git
synced 2026-04-09 03:16:07 +00:00
feat: apply RLS conservatively (#38683)
This commit is contained in:
@@ -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