<?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: Where can I find those delta table log files? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/where-can-i-find-those-delta-table-log-files/m-p/99240#M39935</link>
    <description>&lt;P class="p1"&gt;To locate the log files for your Delta table, please first note that Delta Lake stores its transaction log files in a specific directory within the table's storage location. These log files are for maintaining the ACID properties and enabling features like time travel and versioning.&lt;/P&gt;
&lt;P class="p1"&gt;Given that the table is located under a storage account and you do not have permission to directly interact with it, this is likely the reason why you are unable to see the log files in DBFS. The transaction log files are typically stored in a _delta_log directory within the table's root directory&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Since you mentioned you do not have permission to interact with the storage account directly, you might need to request access from your administrator or the person managing the storage account. Without the necessary permissions, you won't be able to view or interact with the files directly.&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;If you have access to Databricks utilities, you can use the dbutils.fs commands to navigate and list the contents of the table's directory. For example:&lt;/P&gt;
&lt;P class="p1"&gt;dbutils.fs.ls('dbfs:/path/to/your/delta/table/_delta_log/')&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2024 18:59:42 GMT</pubDate>
    <dc:creator>Alberto_Umana</dc:creator>
    <dc:date>2024-11-18T18:59:42Z</dc:date>
    <item>
      <title>Where can I find those delta table log files?</title>
      <link>https://community.databricks.com/t5/data-engineering/where-can-i-find-those-delta-table-log-files/m-p/99234#M39933</link>
      <description>&lt;P&gt;I created a delta table with SQL command CREATE TABLE, and inserted several records into with INSERT statements. Now it can be seen from the catalog.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JacobLi_LN_0-1731951036765.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/12971i20EDD4A0011160E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JacobLi_LN_0-1731951036765.png" alt="JacobLi_LN_0-1731951036765.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I want to understand how delta works, and would like to see where are those log files stored.&lt;/P&gt;&lt;P&gt;Even when I already toggled the dbfs option on, I still cannot find the files within dbfs.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JacobLi_LN_1-1731951121485.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/12972i96F5F45FD199FB71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JacobLi_LN_1-1731951121485.png" alt="JacobLi_LN_1-1731951121485.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JacobLi_LN_2-1731951201603.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/12973i4AE31B03914025DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JacobLi_LN_2-1731951201603.png" alt="JacobLi_LN_2-1731951201603.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The table seems to be located under a storage account but I do not have the permission to directly interact with it&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JacobLi_LN_3-1731951363574.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/12974i4F11BEC001DD11C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JacobLi_LN_3-1731951363574.png" alt="JacobLi_LN_3-1731951363574.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Anyone knows how to resolve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 17:37:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/where-can-i-find-those-delta-table-log-files/m-p/99234#M39933</guid>
      <dc:creator>JacobLi_LN</dc:creator>
      <dc:date>2024-11-18T17:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Where can I find those delta table log files?</title>
      <link>https://community.databricks.com/t5/data-engineering/where-can-i-find-those-delta-table-log-files/m-p/99240#M39935</link>
      <description>&lt;P class="p1"&gt;To locate the log files for your Delta table, please first note that Delta Lake stores its transaction log files in a specific directory within the table's storage location. These log files are for maintaining the ACID properties and enabling features like time travel and versioning.&lt;/P&gt;
&lt;P class="p1"&gt;Given that the table is located under a storage account and you do not have permission to directly interact with it, this is likely the reason why you are unable to see the log files in DBFS. The transaction log files are typically stored in a _delta_log directory within the table's root directory&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Since you mentioned you do not have permission to interact with the storage account directly, you might need to request access from your administrator or the person managing the storage account. Without the necessary permissions, you won't be able to view or interact with the files directly.&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;If you have access to Databricks utilities, you can use the dbutils.fs commands to navigate and list the contents of the table's directory. For example:&lt;/P&gt;
&lt;P class="p1"&gt;dbutils.fs.ls('dbfs:/path/to/your/delta/table/_delta_log/')&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 18:59:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/where-can-i-find-those-delta-table-log-files/m-p/99240#M39935</guid>
      <dc:creator>Alberto_Umana</dc:creator>
      <dc:date>2024-11-18T18:59:42Z</dc:date>
    </item>
  </channel>
</rss>

