QUERIED_TABLE_INCOMPATIBLE_WITH_ROW_LEVEL_SECURITY_POLICY error class
Unable to access referenced table because a previously assigned row level security policy is currently incompatible with the table schema; to continue, please contact the owner of the table to update the policy:
For target table <tableName>
, the row level security policy named <functionName>
is implemented by a SQL UDF with <argumentDescription>
not found in the target table: (<columnNames>
)
For target table <tableName>
, the row level security policy named <functionName>
is implemented by a SQL UDF with duplicate input column names: (<columnNames>
)
For target table <tableName>
, the row level security policy named <functionName>
is implemented by a SQL UDF with <argumentDescription>
incompatible with the target table: (<columnNames>
)
For target table <tableName>
, the row level security policy named <functionName>
is implemented by a SQL UDF with a non-boolean return type of <returnType>
For target table <tableName>
, the row level security policy named <functionName>
is implemented by a SQL UDF with no parameters
For target table <tableName>
, the <entity>
named <functionName>
is implemented by a SQL UDF with no return type