Open
Description
Is your feature request related to a problem? Please describe.
Currently, we have tests verifying correct outputs for valid inputs but lacks coverage for invalid inputs to ensure the correct exception/error message is thrown. It will be good to add those.
example:
- create policy under a non-existing namespace
- attach/detach policy to non-existing target (catalog/namesopace/table)
- getApplicablePolicies on non-existing catalog/namesopace/table
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response