<?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: Gen2 Dataflow load to Lakehouse error - Can't insert null data into non-nullable column in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3697717#M1933</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="565196" data-lia-user-login="rubayatyasmin" class="lia-mention lia-mention-user"&gt;rubayatyasmin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see an 'allow null' option in the data source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 02:41:31 GMT</pubDate>
    <dc:creator>jsrichards</dc:creator>
    <dc:date>2024-02-14T02:41:31Z</dc:date>
    <item>
      <title>Gen2 Dataflow load to Lakehouse error - Can't insert null data into non-nullable column</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3695004#M1895</link>
      <description>&lt;P&gt;I am trying to load a handful of tables from Business Central to a Fabric Lakehouse using Gen2 Dataflows and the BC connector but keep getting the following error. For reference, I have the dataflow set to create the table and replace any existing data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;104100 Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: DataFormat.Error: Error in replacing table's content with new data in a version: #{0}., InnerException: We can't insert null data into a non-nullable column., Underlying error: We can't insert null data into a non-nullable column. Details: Reason = DataFormat.Error;Message = We can't insert null data into a non-nullable column.;Message.Format = We can't insert null data into a non-nullable column.;Microsoft.Data.Mashup.Error.Context = User&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand what the error message is saying but am confused about why the columns created by the dataflow are not nullable by default. Is there a way to specify the columns to be nullable? I'd like to avoid manually creating the tables in a notebook as some can be hundreds of columns long.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 00:34:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3695004#M1895</guid>
      <dc:creator>jsrichards</dc:creator>
      <dc:date>2024-02-13T00:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow load to Lakehouse error - Can't insert null data into non-nullable column</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3695513#M1897</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="689209" data-lia-user-login="jsrichards" class="lia-mention lia-mention-user"&gt;jsrichards&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try the process again form the start. make sure your source has the allow null option selected. I am loading data using gen2 that have null values and it is refreshing successfully.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 06:14:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3695513#M1897</guid>
      <dc:creator>rubayatyasmin</dc:creator>
      <dc:date>2024-02-13T06:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow load to Lakehouse error - Can't insert null data into non-nullable column</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3697717#M1933</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="565196" data-lia-user-login="rubayatyasmin" class="lia-mention lia-mention-user"&gt;rubayatyasmin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see an 'allow null' option in the data source.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 02:41:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3697717#M1933</guid>
      <dc:creator>jsrichards</dc:creator>
      <dc:date>2024-02-14T02:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow load to Lakehouse error - Can't insert null data into non-nullable column</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3698234#M1937</link>
      <description>&lt;P&gt;That's sad. I getting new kind of errro in my prod env. Btw, you can follow the thread bellow. Maybe you need to contact the support team.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Dataflows/Gen2-Dataflow-load-to-Lakehouse-error-We-cannot-convert-the/m-p/3276878" target="_blank"&gt;Solved: Re: Gen2 Dataflow load to Lakehouse error - We can... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 08:00:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3698234#M1937</guid>
      <dc:creator>rubayatyasmin</dc:creator>
      <dc:date>2024-02-14T08:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow load to Lakehouse error - Can't insert null data into non-nullable column</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3699818#M1953</link>
      <description>&lt;P&gt;Thanks, unfortunately that thread didn't help so I ended up raising a support ticket.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 22:46:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3699818#M1953</guid>
      <dc:creator>jsrichards</dc:creator>
      <dc:date>2024-02-14T22:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow load to Lakehouse error - Can't insert null data into non-nullable column</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3708272#M2050</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="689209" data-lia-user-login="jsrichards" class="lia-mention lia-mention-user"&gt;jsrichards&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for using Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;Apologies for the inconvenience that you are facing here.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you have raised support ticket could you please provide the ticket number here as we can keep an eye on it.&lt;/SPAN&gt;&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;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 14:34:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3708272#M2050</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-02-19T14:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow load to Lakehouse error - Can't insert null data into non-nullable column</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3740659#M2269</link>
      <description>&lt;P&gt;Where is this 'allow null values' checkbox?&amp;nbsp; Don't see it anywhere?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 17:08:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3740659#M2269</guid>
      <dc:creator>Element115</dc:creator>
      <dc:date>2024-03-04T17:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow load to Lakehouse error - Can't insert null data into non-nullable column</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3740851#M2272</link>
      <description>&lt;P&gt;Please check this section of the documentation around cases like this:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/data-factory/dataflow-gen2-data-destinations-and-managed-settings#nullable" target="_blank"&gt;Dataflow Gen2 data destinations and managed settings - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 19:01:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3740851#M2272</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2024-03-04T19:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow load to Lakehouse error - Can't insert null data into non-nullable column</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3740869#M2275</link>
      <description>&lt;P&gt;Only programmatically, I guess?&amp;nbsp; No GUI checkbox anymore?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 19:12:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3740869#M2275</guid>
      <dc:creator>Element115</dc:creator>
      <dc:date>2024-03-04T19:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow load to Lakehouse error - Can't insert null data into non-nullable column</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3741021#M2276</link>
      <description>&lt;P&gt;I'm not aware of something in the UI in the past as a checkbox for this. We're aware of this and we plan on addressing this scenario in a near future.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2024 21:29:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3741021#M2276</guid>
      <dc:creator>miguel</dc:creator>
      <dc:date>2024-03-04T21:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Gen2 Dataflow load to Lakehouse error - Can't insert null data into non-nullable column</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3744397#M2296</link>
      <description>&lt;P&gt;Thanks Miguel, this fixed the issue &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 00:13:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Gen2-Dataflow-load-to-Lakehouse-error-Can-t-insert-null-data/m-p/3744397#M2296</guid>
      <dc:creator>jsrichards</dc:creator>
      <dc:date>2024-03-06T00:13:54Z</dc:date>
    </item>
  </channel>
</rss>

