Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2025 01:58 AM
Hi @vamsi_simbus ,
This is due to following beta limitation of ABAC.
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;