<?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: Which types of columns are considered non-nullable? (Mashup Error 104100) in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3718107#M2139</link>
    <description>&lt;P&gt;The information the blog post shared has a way to address this and I see from your latest response that you've found it. While this is quite a manual way to address it, we don't have other ways to show you what columns accept nulls or non-nulls as its information from the destination. You can request this as a new feature using the following link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aka.ms/FabricIdeas" target="_blank"&gt;https://aka.ms/FabricIdeas&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2024 20:05:57 GMT</pubDate>
    <dc:creator>miguel</dc:creator>
    <dc:date>2024-02-22T20:05:57Z</dc:date>
    <item>
      <title>Which types of columns are considered non-nullable? (Mashup Error 104100)</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3717617#M2131</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for a Gen2 Dataflow I am getting the almighty error 104100 regarding non-nullable columns. I tried now many things, in particular replacing null values in custom columns. So far I did not manage to run the flow successfully (destination Lakehouse table).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone tell me, which types of columns are considered non-nullable in general?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 15:51:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3717617#M2131</guid>
      <dc:creator>JayJay11</dc:creator>
      <dc:date>2024-02-22T15:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Which types of columns are considered non-nullable? (Mashup Error 104100)</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3717703#M2132</link>
      <description>&lt;P&gt;non-nullable columns are columns that can't contain a null value. You could replace "null" with a value of your choice to make sure that your columns don't contain null values&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 16:17:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3717703#M2132</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2024-02-22T16:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Which types of columns are considered non-nullable? (Mashup Error 104100)</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3717712#M2133</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/223"&gt;@miguel&lt;/a&gt;&amp;nbsp;this I understand. But which types of columns can't contain null values? So far I figured that custom columns cannot contain null values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second question: Is there a way to make a column nullable in the Lakehouse table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And last but not least: Is there a way to make the error message telling us users which columns are affected? Otherwise it is try&amp;amp;error really.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 16:22:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3717712#M2133</guid>
      <dc:creator>JayJay11</dc:creator>
      <dc:date>2024-02-22T16:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Which types of columns are considered non-nullable? (Mashup Error 104100)</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3717749#M2135</link>
      <description>&lt;P&gt;it depends on how the table was created. If you are using Dataflow Gen2 to create it, then by default it sets all columns to be non-nullable meaning that all your columns require to comply to this. If you create the table using other tools and you just use Dataflow Gen2 to put the data in that table, then it'll rely on what you defined as nullable and non-nullable fields during the creation of that table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We're actively working on making the default option to be nullable, but will also pass this feedback to the owner of this feature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'd need to make sure that all your fields comply with the non-nullable aspect. Not just the custom columns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also take a look at the new features that were released today as well as a section that talks about the non-nullable aspect:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blog.fabric.microsoft.com/en/blog/dataflows-gen-2-data-destinations-and-managed-settings?ft=All" target="_blank"&gt;Dataflows gen 2 data destinations and managed settings | Microsoft Fabric Blog | Microsoft Fabric&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 16:36:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3717749#M2135</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2024-02-22T16:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Which types of columns are considered non-nullable? (Mashup Error 104100)</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3717758#M2136</link>
      <description>&lt;P&gt;It is actually not true, that all columns cannot have null values. I can without any problems load a table, only consisting of string columns that have sometimes null values to a lakehouse table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why did you mark your answer as the accepted solution? It is not the solution, I still do not know, which type of column is non-nullable. I would please like to have this simple question answered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the meantime I created a new ticket.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 16:41:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3717758#M2136</guid>
      <dc:creator>JayJay11</dc:creator>
      <dc:date>2024-02-22T16:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Which types of columns are considered non-nullable? (Mashup Error 104100)</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3717893#M2138</link>
      <description>&lt;P&gt;Okay to anyone wondering how to solve this issue effectively in a query:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everywhere, where either a new custom column is created or an existing column is manipulated, you have to add "&lt;STRONG&gt;nullable&lt;/STRONG&gt;" for the data type determination.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even when you are just trimming a text column:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Table.TransformColumns(#"Changed Type",{{"DocumentItemText", Text.Trim, type nullable text}, {"InfoGegenkonto", Text.Trim, type nullable text}})&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 17:59:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3717893#M2138</guid>
      <dc:creator>JayJay11</dc:creator>
      <dc:date>2024-02-22T17:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Which types of columns are considered non-nullable? (Mashup Error 104100)</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3718107#M2139</link>
      <description>&lt;P&gt;The information the blog post shared has a way to address this and I see from your latest response that you've found it. While this is quite a manual way to address it, we don't have other ways to show you what columns accept nulls or non-nulls as its information from the destination. You can request this as a new feature using the following link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://aka.ms/FabricIdeas" target="_blank"&gt;https://aka.ms/FabricIdeas&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 20:05:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Which-types-of-columns-are-considered-non-nullable-Mashup-Error/m-p/3718107#M2139</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2024-02-22T20:05:57Z</dc:date>
    </item>
  </channel>
</rss>

