Hi @Harish_Kumar_M ,
The error message you are encountering occurs when you try to query any table with Column masking/row filtering enabled in a single-user compute environment with DBR 15.3 or below. Currently, there is limited support for querying tables via single-user compute. You will be able to do only the following commands as follows:
-
DBR 15.4โ16.2: Readโonly (SELECT). DML writes arenโt supported.
-
DBR 16.3+: MERGE and append writes are supported; others (e.g., simple INSERT/OVERWRITE) are not. If youโre overwriting, switch to MERGE/append or use Shared/Serverless.
Ref Doc - https://docs.databricks.com/aws/en/compute/single-user-fgac#limitations
If you want a quick fix, run the commands on Shared access mode compute (standard cluster) or a SQL Warehouse (Pro/Serverless) instead of an assigned/singleโuser cluster. These environments support FGAC operations without the assignedโcluster limitations.