<?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 Issue Writing to OneLake-Enabled KQL Database Delta Tables in Real-Time Intelligence</title>
    <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4881362#M6</link>
    <description>&lt;P&gt;I enabled OneLake availability for my KQL database so the tables are exposed as Delta or Parquet files. I’m able to read the table using Parquet without any issues:&lt;/P&gt;&lt;P&gt;df = spark.read.format("parquet").load(abfsspath)&lt;/P&gt;&lt;P&gt;However, when I try to overwrite or append data to the table, it fails:&lt;/P&gt;&lt;P&gt;append_df.write.format("delta").mode("append").save(abfsspath)&lt;/P&gt;&lt;P&gt;I receive the following error:&lt;/P&gt;&lt;P&gt;Operation failed: "Forbidden", 403, AuthorizationPermissionMismatch&lt;BR /&gt;"This request is not authorized to perform this operation using this permission."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am the workspace admin, and I don’t want to ingest data using the conventional KQL ingestion methods because they are too slow for my use case. I specifically need to write records directly using Delta or Parquet. Could you help me understand how to enable this write operation for Delta tables?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Nov 2025 17:50:40 GMT</pubDate>
    <dc:creator>Dinzz</dc:creator>
    <dc:date>2025-11-20T17:50:40Z</dc:date>
    <item>
      <title>Issue Writing to OneLake-Enabled KQL Database Delta Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4881362#M6</link>
      <description>&lt;P&gt;I enabled OneLake availability for my KQL database so the tables are exposed as Delta or Parquet files. I’m able to read the table using Parquet without any issues:&lt;/P&gt;&lt;P&gt;df = spark.read.format("parquet").load(abfsspath)&lt;/P&gt;&lt;P&gt;However, when I try to overwrite or append data to the table, it fails:&lt;/P&gt;&lt;P&gt;append_df.write.format("delta").mode("append").save(abfsspath)&lt;/P&gt;&lt;P&gt;I receive the following error:&lt;/P&gt;&lt;P&gt;Operation failed: "Forbidden", 403, AuthorizationPermissionMismatch&lt;BR /&gt;"This request is not authorized to perform this operation using this permission."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am the workspace admin, and I don’t want to ingest data using the conventional KQL ingestion methods because they are too slow for my use case. I specifically need to write records directly using Delta or Parquet. Could you help me understand how to enable this write operation for Delta tables?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 17:50:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4881362#M6</guid>
      <dc:creator>Dinzz</dc:creator>
      <dc:date>2025-11-20T17:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Writing to OneLake-Enabled KQL Database Delta Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4881504#M7</link>
      <description>&lt;P&gt;Onelake availability endpoints are read-only.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-house-onelake-availability" target="_blank"&gt;Eventhouse OneLake Availability - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&amp;nbsp;You cannot write back to the parquet table, you would need to write it as a new table in the Lakehouse. What do you mean "traditional ingestion methods are too slow for your use case". RTI is the fastest ingestion mechanism available in Fabric. If you are trying to refine and transform data in real-time, this wouldn't be a best practice. The lowest you can turn Onelake availability down to is 5 minutes, and even then it comes with a large warning about the small files problem in parquet. If you want to transform data on arrival you should look into Eventhouse Update Policies&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 21:31:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4881504#M7</guid>
      <dc:creator>kustortininja</dc:creator>
      <dc:date>2025-11-20T21:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Writing to OneLake-Enabled KQL Database Delta Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4883691#M9</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="822925" data-lia-user-login="kustortininja" class="lia-mention lia-mention-user"&gt;kustortininja&lt;/a&gt;&amp;nbsp;this is the code that iam using to ingest data from notebook&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kustoUri = "&lt;A href="https://trd-test_dummy.kusto.fabric.microsoft.com" target="_blank"&gt;https://trd-test_dummy.kusto.fabric.microsoft.com&lt;/A&gt;"&lt;BR /&gt;accessToken = mssparkutils.credentials.getToken(kustoUri)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;append_df&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;write&lt;/SPAN&gt;&lt;SPAN&gt; \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;format&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"com.microsoft.kusto.spark.synapse.datasource"&lt;/SPAN&gt;&lt;SPAN&gt;) \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;option&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"kustoCluster"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;kustoUri&lt;/SPAN&gt;&lt;SPAN&gt;) \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;option&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"kustoDatabase"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;database&lt;/SPAN&gt;&lt;SPAN&gt;) \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;option&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"kustoTable"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;tableName&lt;/SPAN&gt;&lt;SPAN&gt;) \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;option&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"accessToken"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;accessToken&lt;/SPAN&gt;&lt;SPAN&gt;) \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;option&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"ingestionMode"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Direct"&lt;/SPAN&gt;&lt;SPAN&gt;) \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;mode&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"append"&lt;/SPAN&gt;&lt;SPAN&gt;) \&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN&gt;save&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Nov 2025 07:41:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4883691#M9</guid>
      <dc:creator>Dinzz</dc:creator>
      <dc:date>2025-11-24T07:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Writing to OneLake-Enabled KQL Database Delta Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4904603#M42</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1389736" data-lia-user-login="Dinzz" class="lia-mention lia-mention-user"&gt;Dinzz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Forum Community.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="822925" data-lia-user-login="kustortininja" class="lia-mention lia-mention-user"&gt;kustortininja&lt;/a&gt;&amp;nbsp;Thanks for the inputs.&lt;BR /&gt;&lt;BR /&gt;Please try below code, it may helps you.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;kustoUri = "&lt;A href="https://trd-test_dummy.kusto.fabric.microsoft.com" target="_blank"&gt;https://trd-test_dummy.kusto.fabric.microsoft.com&lt;/A&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;accessToken = mssparkutils.credentials.getToken(kustoUri)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;append_df.write \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.format("com.microsoft.kusto.spark.synapse.datasource") \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.option("kustoCluster", kustoUri) \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.option("kustoDatabase", database) \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.option("kustoTable", tableName) \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.option("accessToken", accessToken) \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.option("ingestionMode", "Direct") \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.option("tableCreation", "CreateIfNotExists") \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.option("writeBatchTimeout", "00:10:00") \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.option("batchSize", "1024") \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.mode("append") \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.save()&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 07:41:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4904603#M42</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-12-18T07:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Writing to OneLake-Enabled KQL Database Delta Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4906427#M45</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="838399" data-lia-user-login="v-priyankata" class="lia-mention lia-mention-user"&gt;v-priyankata&lt;/a&gt; The code you shared is taking around 30–40 seconds to append a single record. Could you help me understand why this is taking so long? I’m looking to ingest the data as quickly as possible. Is there any alternative approach that would allow faster ingestion?&lt;/P&gt;</description>
      <pubDate>Sun, 21 Dec 2025 08:20:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4906427#M45</guid>
      <dc:creator>Dinzz</dc:creator>
      <dc:date>2025-12-21T08:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Writing to OneLake-Enabled KQL Database Delta Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4910159#M52</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1389736" data-lia-user-login="Dinzz" class="lia-mention lia-mention-user"&gt;Dinzz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That behavior is expected and not related to your code itself.&amp;nbsp;The Kusto Spark connector (even in Direct ingestion mode) is optimized for batch ingestion, not for low-latency, row-by-row writes. Each Spark write triggers to authentication and token validation, Ingestion orchestration in KQL and Extent creation and commit on the KQL side&lt;/P&gt;
&lt;P&gt;Because of this, ingesting a single record can easily take 30–40 seconds, which is expected behavior.&lt;/P&gt;
&lt;P&gt;Currently, there is no supported way in Fabric to ingest single records into KQL with millisecond-level latency, and direct Delta writes are intentionally blocked.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Dec 2025 06:00:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4910159#M52</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2025-12-30T06:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Writing to OneLake-Enabled KQL Database Delta Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4911373#M54</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1389736" data-lia-user-login="Dinzz" class="lia-mention lia-mention-user"&gt;Dinzz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Forum Community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope the information provided was helpful. If you still have questions, please don't hesitate to reach out to the community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 05:55:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4911373#M54</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2026-01-02T05:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Writing to OneLake-Enabled KQL Database Delta Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4912388#M55</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1389736" data-lia-user-login="Dinzz" class="lia-mention lia-mention-user"&gt;Dinzz&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope everything’s going smoothly on your end. I wanted to check if the issue got sorted. if you have any other issues please reach community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 09:52:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4912388#M55</guid>
      <dc:creator>v-priyankata</dc:creator>
      <dc:date>2026-01-05T09:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Writing to OneLake-Enabled KQL Database Delta Tables</title>
      <link>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4941957#M64</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="838399" data-lia-user-login="v-priyankata" class="lia-mention lia-mention-user"&gt;v-priyankata&lt;/a&gt;&amp;nbsp;&amp;nbsp;thank you for the explanation it helped a lot&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2026 07:35:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Real-Time-Intelligence/Issue-Writing-to-OneLake-Enabled-KQL-Database-Delta-Tables/m-p/4941957#M64</guid>
      <dc:creator>Dinzz</dc:creator>
      <dc:date>2026-01-28T07:35:12Z</dc:date>
    </item>
  </channel>
</rss>

