I would like to create this row level security in Python. It is a row level security we are able to create in Google Cloud Platform through Bigquert but I would like to create it directly from a python script through possible API. Someone has experiences with that process?
CREATE OR REPLACE ROW ACCESS POLICY test
ON `chrome-coast-332.Test`
GRANT TO ("user:user@gmail.com")
FILTER USING (gender = "F");