- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 05:47 AM
Hi All
I am using DLT pipeline to pull data from a ADLS gen2 which is mounted. The cluster that is getting fired has access mode is set to shared. I want to change it to single user. But the cluster being attached to DLT , I am not ablr to update and save.
is it non editable at all? I am getting error :[INSUFFICIENT_PERMISSIONS] Insufficient privileges: User does not have permission SELECT on any file.
how can I handle? with the same User I tried reading the file from normal notebook with All purpose cluster which has access mode: No isolation shared
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2024 12:53 AM
Hi @kiko_roy
Greetings!
You can't use a single-user cluster to query tables from a Unity Catalog-enabled Delta Live Tables pipeline, including streaming tables and materialized views in Databricks SQL. To access these tables, you need to use a shared cluster running Databricks Runtime 13.1 or newer.
Check Below link :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2024 09:13 PM
thanks @Allia for the clarification