szymon_dybczak
Esteemed Contributor III

Hi @vamsi_simbus ,

This is due to following beta limitation of ABAC. 

szymon_dybczak_0-1760432134122.png

Unity Catalog attribute-based access control (ABAC) | Databricks on AWS

 

To make it work you need to remove additional rows filters using i.e following clause:

ALTER TABLE <table_name> DROP ROW FILTER;