<?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: BUG::DFg2 TIME data type mishandling in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/BUG-DFg2-TIME-data-type-mishandling/m-p/3701474#M1979</link>
    <description>&lt;P&gt;This is currently by-design. The Delta format does not support a time type. Fundamentally, a limitation of the destination and not Dataflow Gen2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can suggest the idea to support a time data type for the Lakehouse using the link below:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aka.ms/FabricIdeas" target="_blank"&gt;https://aka.ms/FabricIdeas&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Feb 2024 14:07:01 GMT</pubDate>
    <dc:creator>miguel</dc:creator>
    <dc:date>2024-02-15T14:07:01Z</dc:date>
    <item>
      <title>BUG::DFg2 TIME data type mishandling</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/BUG-DFg2-TIME-data-type-mishandling/m-p/3700232#M1956</link>
      <description>&lt;P&gt;STEPS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;0__create first DFg2 and ingest a table from on-prem SQL Server DB that has a datetime2 column; do not set a data destination; Enable staging.&lt;/P&gt;&lt;P&gt;1__create a second DFg2 and set the previous DFg2 as source.&lt;/P&gt;&lt;P&gt;2__split the datetime column into 2, namely one date column and one time column (already something is not right:&amp;nbsp; the incoming datetime separated date and time with a ',' (comma) followed by a space character, but the source datetime separator is space only).&lt;/P&gt;&lt;P&gt;3__change the data type of the time column to type time.&lt;/P&gt;&lt;P&gt;4__set the data destination to a lakehouse you created before all this, select new table in replace mode and you will see the UI complain that data type time for column time is not supported.&lt;/P&gt;&lt;P&gt;5__very well, in the UI you change the type to datetime.&lt;/P&gt;&lt;P&gt;6__you are now back inside Power Query or DFg2 UI and the date and time columns now look like this:&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So typeTIME needs to be supported, and the separator between date and time should be space only, not comma-space.&lt;/P&gt;&lt;P&gt;Can the product team fix this?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 07:18:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/BUG-DFg2-TIME-data-type-mishandling/m-p/3700232#M1956</guid>
      <dc:creator>Element115</dc:creator>
      <dc:date>2024-02-15T07:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: BUG::DFg2 TIME data type mishandling</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/BUG-DFg2-TIME-data-type-mishandling/m-p/3700329#M1966</link>
      <description>&lt;P&gt;Hey!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure I follow. Is the issue that you're reporting around how a data type transformation occurs from a time data type to a datetime data type?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or is the issue that you're reporting the lack of support for the time data type at the Lakehouse?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 05:52:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/BUG-DFg2-TIME-data-type-mishandling/m-p/3700329#M1966</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2024-02-15T05:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: BUG::DFg2 TIME data type mishandling</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/BUG-DFg2-TIME-data-type-mishandling/m-p/3700481#M1968</link>
      <description>&lt;P&gt;The latter.&amp;nbsp; Every single time I have a column of type TIME, when I select lakehouse as the destination, it forces me to change the data type to DATETIME because TIME is not supported.&amp;nbsp; Once it brings you back to the Power Query UI (see screenshot) the TIME column,&amp;nbsp; now a DATETIME type, shows the separator between date and time as ', ' that is to say a comma followed by a space, instead of just space as in SQL Server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ideally, the type TIME should be supported by a lakehouse, just like in a DB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oh I see my mistake... I was getting so upset I miswrote... of course there will be a date in the time column since it is now of type datetime. Duh. My bad.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 07:16:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/BUG-DFg2-TIME-data-type-mishandling/m-p/3700481#M1968</guid>
      <dc:creator>Element115</dc:creator>
      <dc:date>2024-02-15T07:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: BUG::DFg2 TIME data type mishandling</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/BUG-DFg2-TIME-data-type-mishandling/m-p/3701474#M1979</link>
      <description>&lt;P&gt;This is currently by-design. The Delta format does not support a time type. Fundamentally, a limitation of the destination and not Dataflow Gen2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can suggest the idea to support a time data type for the Lakehouse using the link below:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aka.ms/FabricIdeas" target="_blank"&gt;https://aka.ms/FabricIdeas&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 14:07:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/BUG-DFg2-TIME-data-type-mishandling/m-p/3701474#M1979</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2024-02-15T14:07:01Z</dc:date>
    </item>
  </channel>
</rss>

