<?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 Error writing data to Lakehouse Table Eventstream in Eventstream</title>
    <link>https://community.fabric.microsoft.com/t5/Eventstream/Error-writing-data-to-Lakehouse-Table-Eventstream/m-p/4406894#M356</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a basic eventstream with an input from EventHub, manage Fields to rename columns, then write to an existing Lakehouse table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The schema of the lakehouse table contains timestamp fields, and the data preview in Manage Fields shows the fields as datetime.&lt;/P&gt;&lt;P&gt;Lakehouse schema:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manage Fields Output:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I am getting the following error when writing to lakehouse.&lt;/P&gt;&lt;PRE&gt;"First Occurred: 2/12/2025 11:14:40 AM UTC | Resource Name: dst-BronzeLH | Message: Source 'dst-BronzeLH' had 1 occurrences of kind 'OutputDataConversionError.TypeConversionError' between processing times '2025-02-12T11:11:32.0625873Z' and '2025-02-12T11:14:40.6506983Z'&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All help appreciated.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2025 11:18:23 GMT</pubDate>
    <dc:creator>bw_chec</dc:creator>
    <dc:date>2025-02-12T11:18:23Z</dc:date>
    <item>
      <title>Error writing data to Lakehouse Table Eventstream</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Error-writing-data-to-Lakehouse-Table-Eventstream/m-p/4406894#M356</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a basic eventstream with an input from EventHub, manage Fields to rename columns, then write to an existing Lakehouse table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The schema of the lakehouse table contains timestamp fields, and the data preview in Manage Fields shows the fields as datetime.&lt;/P&gt;&lt;P&gt;Lakehouse schema:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Manage Fields Output:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I am getting the following error when writing to lakehouse.&lt;/P&gt;&lt;PRE&gt;"First Occurred: 2/12/2025 11:14:40 AM UTC | Resource Name: dst-BronzeLH | Message: Source 'dst-BronzeLH' had 1 occurrences of kind 'OutputDataConversionError.TypeConversionError' between processing times '2025-02-12T11:11:32.0625873Z' and '2025-02-12T11:14:40.6506983Z'&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All help appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 11:18:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Error-writing-data-to-Lakehouse-Table-Eventstream/m-p/4406894#M356</guid>
      <dc:creator>bw_chec</dc:creator>
      <dc:date>2025-02-12T11:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error writing data to Lakehouse Table Eventstream</title>
      <link>https://community.fabric.microsoft.com/t5/Eventstream/Error-writing-data-to-Lakehouse-Table-Eventstream/m-p/4407878#M357</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="777286" data-lia-user-login="bw_chec" class="lia-mention lia-mention-user"&gt;bw_chec&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Please check this post, the data types supported by eventstream and lakehouse are different:&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Eventstream/Hard-error-writing-onto-a-lakehouse-as-an-eventstream/td-p/4241716" target="_blank" rel="noopener"&gt;Solved: Hard error writing onto a lakehouse as an eventstr... - Microsoft Fabric Community&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The following data types are supported in Lakehouse:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-warehouse/data-types#data-types-in-warehouse" target="_self"&gt;https://learn.microsoft.com/en-us/fabric/data-warehouse/data-types#data-types-in-warehouse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You may need to convert the data type of the column to datetime2 using T-SQL in the KQL Database:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/t-sql/data-types/datetime2-transact-sql?view=fabric&amp;amp;preserve-view=true" target="_blank" rel="noopener"&gt;datetime2 (Transact-SQL) - SQL Server | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Dino Tao&lt;BR /&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 01:40:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Eventstream/Error-writing-data-to-Lakehouse-Table-Eventstream/m-p/4407878#M357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-13T01:40:43Z</dc:date>
    </item>
  </channel>
</rss>

