feat: apply RLS conservatively (#38683)

(cherry picked from commit a854fa60a2)
This commit is contained in:
Beto Dealmeida
2026-03-17 10:20:09 -04:00
committed by Joe Li
parent 43567f2172
commit a8d7481c92
6 changed files with 416 additions and 16 deletions

View File

@@ -2163,7 +2163,7 @@ FROM (
FROM public.flights
WHERE
"AIRLINE" LIKE 'A%'
) AS "public.flights"
) AS "flights"
LIMIT 100
""".strip(),
),