<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Logs from dlt-execution computes in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/logs-from-dlt-execution-computes/m-p/154728#M5152</link>
    <description>&lt;P&gt;Thanks a lot for help !&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2026 12:24:16 GMT</pubDate>
    <dc:creator>lubiarzm1</dc:creator>
    <dc:date>2026-04-16T12:24:16Z</dc:date>
    <item>
      <title>Logs from dlt-execution computes</title>
      <link>https://community.databricks.com/t5/administration-architecture/logs-from-dlt-execution-computes/m-p/154721#M5149</link>
      <description>&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;I faced an issue with the permission model in Databricks.&lt;BR /&gt;Data engineers in my team are using a Pipeline that runs on serverless compute. The permissions for the pipeline are configured correctly, for example as follows:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;resource "databricks_permissions" "pipelines_int_usage" {
  provider      = databricks
  depends_on = [data.databricks_pipelines.pipeline, module.groups]

  for_each = { for id in local.all_pipeline_ids : id =&amp;gt; id }

  pipeline_id = each.value

  access_control {
    group_name       = module.groups.admins_name
    permission_level = "CAN_MANAGE"
  }

  access_control {
    group_name       = module.groups.data_engineers_name
    permission_level = "CAN_RUN"
  }

  access_control {
    group_name       = module.groups.data_analysts_name
    permission_level = "CAN_VIEW"
  }

  access_control {
    group_name       = module.groups.deployers_name
    permission_level = "CAN_MANAGE"
  }

  access_control {
    group_name       = module.groups.support_name
    permission_level = "CAN_MANAGE"
  }

  access_control {
    service_principal_name = data.databricks_service_principal.spn.application_id
    permission_level       = "IS_OWNER"
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;And &lt;/SPAN&gt;&lt;SPAN&gt;the &lt;/SPAN&gt;&lt;SPAN&gt;whole &lt;/SPAN&gt;&lt;SPAN&gt;configuration &lt;/SPAN&gt;&lt;SPAN&gt;works &lt;/SPAN&gt;&lt;SPAN&gt;correctly, &lt;/SPAN&gt;&lt;SPAN&gt;but &lt;/SPAN&gt;&lt;SPAN&gt;when &lt;/SPAN&gt;&lt;SPAN&gt;it &lt;/SPAN&gt;&lt;SPAN&gt;comes &lt;/SPAN&gt;&lt;SPAN&gt;to &lt;/SPAN&gt;&lt;SPAN&gt;reading &lt;/SPAN&gt;&lt;SPAN&gt;the &lt;/SPAN&gt;&lt;SPAN&gt;Driver &lt;/SPAN&gt;&lt;SPAN&gt;Logs, &lt;/SPAN&gt;&lt;SPAN&gt;the &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;Data_Engineers&lt;/SPAN&gt;&lt;/EM&gt; &lt;SPAN&gt;group &lt;/SPAN&gt;&lt;SPAN&gt;is &lt;/SPAN&gt;&lt;SPAN&gt;experiencing &lt;/SPAN&gt;&lt;SPAN&gt;permission &lt;/SPAN&gt;&lt;SPAN&gt;issues &lt;/SPAN&gt;&lt;SPAN&gt;— &lt;/SPAN&gt;&lt;SPAN&gt;even &lt;/SPAN&gt;&lt;SPAN&gt;the &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;support&lt;/SPAN&gt;&lt;/EM&gt; &lt;SPAN&gt;group &lt;/SPAN&gt;&lt;SPAN&gt;is &lt;/SPAN&gt;&lt;SPAN&gt;unable &lt;/SPAN&gt;&lt;SPAN&gt;to &lt;/SPAN&gt;&lt;SPAN&gt;access &lt;/SPAN&gt;&lt;SPAN&gt;them.&lt;/SPAN&gt; &lt;SPAN&gt;Where &lt;/SPAN&gt;&lt;SPAN&gt;should &lt;/SPAN&gt;&lt;SPAN&gt;the &lt;/SPAN&gt;&lt;SPAN&gt;appropriate &lt;/SPAN&gt;&lt;SPAN&gt;permissions &lt;/SPAN&gt;&lt;SPAN&gt;be &lt;/SPAN&gt;&lt;SPAN&gt;applied &lt;/SPAN&gt;&lt;SPAN&gt;to &lt;/SPAN&gt;&lt;SPAN&gt;allow &lt;/SPAN&gt;&lt;SPAN&gt;these &lt;/SPAN&gt;&lt;SPAN&gt;users &lt;/SPAN&gt;&lt;SPAN&gt;to &lt;/SPAN&gt;&lt;SPAN&gt;read &lt;/SPAN&gt;&lt;SPAN&gt;the &lt;/SPAN&gt;&lt;SPAN&gt;logs?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lubiarzm1_0-1776332612242.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/26124iC0592703D0F1901A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lubiarzm1_0-1776332612242.png" alt="lubiarzm1_0-1776332612242.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 09:45:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/logs-from-dlt-execution-computes/m-p/154721#M5149</guid>
      <dc:creator>lubiarzm1</dc:creator>
      <dc:date>2026-04-16T09:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Logs from dlt-execution computes</title>
      <link>https://community.databricks.com/t5/administration-architecture/logs-from-dlt-execution-computes/m-p/154725#M5151</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/196005"&gt;@lubiarzm1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;For Lakeflow Spark Declarative Serverless Pipelines, this isn’t controlled by the databricks_permissions block on the pipeline.&lt;/P&gt;
&lt;P&gt;By default, only the pipeline owner and workspace admins can view the driver logs, even if other users have CAN_MANAGE / CAN_RUN on the pipeline. To let your Data_Engineers and support groups read the driver logs, you must relax the log ACL via Spark config. Check this &lt;A href="https://kb.databricks.com/delta-live-tables/non-admin-users-with-can-manage-permissions-on-a-specific-dlt-cluster-can-see-the-spark-ui-but-cannot-view-the-driver-logs" target="_blank"&gt;page&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 10:46:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/logs-from-dlt-execution-computes/m-p/154725#M5151</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-04-16T10:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Logs from dlt-execution computes</title>
      <link>https://community.databricks.com/t5/administration-architecture/logs-from-dlt-execution-computes/m-p/154728#M5152</link>
      <description>&lt;P&gt;Thanks a lot for help !&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2026 12:24:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/logs-from-dlt-execution-computes/m-p/154728#M5152</guid>
      <dc:creator>lubiarzm1</dc:creator>
      <dc:date>2026-04-16T12:24:16Z</dc:date>
    </item>
  </channel>
</rss>

