<?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: Parquet file to delta table using Notebooks: Issue with Datetime column in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Parquet-file-to-delta-table-using-Notebooks-Issue-with-Datetime/m-p/4706688#M9581</link>
    <description>&lt;P&gt;The error happens because the TIMESTAMP_NTZ type (timestamp without time zone) doesn’t work with Lakehouse tables in Fabric when using Delta format.&lt;/P&gt;&lt;P&gt;To fix it, change the date column to a supported type like DATE or normal TIMESTAMP before saving.&lt;/P&gt;&lt;P&gt;If the column type isn’t supported, it won’t show up in SQL after saving — but converting it will fix that and make it visible.&lt;/P&gt;</description>
    <pubDate>Mon, 26 May 2025 05:33:31 GMT</pubDate>
    <dc:creator>Ilgar_Zarbali</dc:creator>
    <dc:date>2025-05-26T05:33:31Z</dc:date>
    <item>
      <title>Parquet file to delta table using Notebooks: Issue with Datetime column</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Parquet-file-to-delta-table-using-Notebooks-Issue-with-Datetime/m-p/4706007#M9556</link>
      <description>&lt;P&gt;I have parquet file in lakehouse with the below columns. When I try to save the file as lakhouse table I am getting error with the date field. Please suggest if any solution available? Also date column is not available in sql endpoint once saved.&lt;/P&gt;&lt;P&gt;dataref = "&lt;SPAN&gt;/Files/Bronze/CT_Value.parquet"&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;datadf&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;spark&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;read&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;parquet&lt;/SPAN&gt;&lt;SPAN&gt;(dataref&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;datadf&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;write&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;mode&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"overwrite"&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;format&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"delta"&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;save&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"Tables/CT_Value"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Error: "Columns of the specified data types are not supported for (ColumnName: '[date] TIMESTAMP_NTZ')."&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;File is as below&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="prathijp_0-1748120610135.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1271047i570D3DFB3850B219/image-size/medium?v=v2&amp;amp;px=400" role="button" title="prathijp_0-1748120610135.png" alt="prathijp_0-1748120610135.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 May 2025 21:09:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Parquet-file-to-delta-table-using-Notebooks-Issue-with-Datetime/m-p/4706007#M9556</guid>
      <dc:creator>prathijp</dc:creator>
      <dc:date>2025-05-24T21:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Parquet file to delta table using Notebooks: Issue with Datetime column</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Parquet-file-to-delta-table-using-Notebooks-Issue-with-Datetime/m-p/4706688#M9581</link>
      <description>&lt;P&gt;The error happens because the TIMESTAMP_NTZ type (timestamp without time zone) doesn’t work with Lakehouse tables in Fabric when using Delta format.&lt;/P&gt;&lt;P&gt;To fix it, change the date column to a supported type like DATE or normal TIMESTAMP before saving.&lt;/P&gt;&lt;P&gt;If the column type isn’t supported, it won’t show up in SQL after saving — but converting it will fix that and make it visible.&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 05:33:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Parquet-file-to-delta-table-using-Notebooks-Issue-with-Datetime/m-p/4706688#M9581</guid>
      <dc:creator>Ilgar_Zarbali</dc:creator>
      <dc:date>2025-05-26T05:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Parquet file to delta table using Notebooks: Issue with Datetime column</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Parquet-file-to-delta-table-using-Notebooks-Issue-with-Datetime/m-p/4712539#M9749</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1269548"&gt;@prathijp&lt;/a&gt;, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/259082"&gt;@Ilgar_Zarbali&lt;/a&gt;, Thanks for your prompt response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 14:29:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Parquet-file-to-delta-table-using-Notebooks-Issue-with-Datetime/m-p/4712539#M9749</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-05-29T14:29:35Z</dc:date>
    </item>
  </channel>
</rss>

