<?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: How to Import large BigQuery data (8GB or more) into Fabric Data Warehouse in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/How-to-Import-large-BigQuery-data-8GB-or-more-into-Fabric-Data/m-p/3799583#M2599</link>
    <description>&lt;P&gt;We'll soon ship a feature that helps you partitioning your data into smaller chunks that can be incrementally refreshed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although I still think you should raise a ticket with Google to check why they are returning result set too large when "allowLargeResult" is true&lt;/P&gt;</description>
    <pubDate>Fri, 29 Mar 2024 17:46:35 GMT</pubDate>
    <dc:creator>pqian_MSFT</dc:creator>
    <dc:date>2024-03-29T17:46:35Z</dc:date>
    <item>
      <title>How to Import large BigQuery data (8GB or more) into Fabric Data Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/How-to-Import-large-BigQuery-data-8GB-or-more-into-Fabric-Data/m-p/3792242#M2569</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to import data from Bigquery using Dataflow Gen2. My table size is 8GB physical bytes in BigQuery.&amp;nbsp; I am getting the following error. It seems the error is the reason for the size of the file Can anyone explain what the alternatives are to import data in the Fabric Environment?&amp;nbsp; &amp;nbsp;Thank you.&amp;nbsp;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;&lt;SPAN&gt;Pages_Views_Sessions_Users: Error Code: Mashup Exception Data Source Error, Error Details: Couldn't refresh the entity because of an issue with the mashup document MashupException.Error: DataSource.Error: Failed to insert a table., InnerException: #{0}: #{1}, Underlying error: ODBC: ERROR [HY000] [Microsoft][BigQuery] (100) HTTP Error 403: responseTooLarge (Response too large to return. Consider specifying a destination table in your job configuration. For more details, see &lt;A href="https://cloud.google.com/bigquery/troubleshooting-errors" target="_blank" rel="noopener"&gt;https://cloud.google.com/bigquery/troubleshooting-errors&lt;/A&gt;). Details: Reason = DataSource.Error;Message = ODBC: ERROR [HY000] [Microsoft][BigQuery] (100) HTTP Error 403: responseTooLarge (Response too large to return. Consider specifying a destination table in your job configuration. For more details, see &lt;A href="https://cloud.google.com/bigquery/troubleshooting-errors).;Detail" target="_blank" rel="noopener"&gt;https://cloud.google.com/bigquery/troubleshooting-errors).;Detail&lt;/A&gt; = [DataSourceKind = "GoogleBigQuery", DataSourcePath = "GoogleBigQuery", OdbcErrors = error "Microsoft.Mashup.Engine1.Runtime.ValueException: [Expression.Error] Value was not specified.#(cr)#(lf) at Microsoft.Mashup.Engine1.Language.ValueCreator.CreateValueForThrow(IThrowExpression throwExpr)#(cr)#(lf) at Microsoft.Mashup.Engine1.Language.ValueCreator.&amp;lt;&amp;gt;c__DisplayClass23_0.&amp;lt;CreateValueForRecord&amp;gt;b__0(Int32 index)#(cr)#(lf) at Microsoft.Mashup.Engine1.Runtime.RecordValue.DemandRecordValue.get_Item(Int32 index)#(cr)#(lf) at Microsoft.Data.Mashup.ProviderCommon.MashupResource.TryGetValue(Func`1 getValue, IValue&amp;amp; value, String&amp;amp; errorMessage)#(cr)#(lf)Record"];Message.Format = #{0}: #{1};Message.Parameters = {"ODBC", "ERROR [HY000] [Microsoft][BigQuery] (100) HTTP Error 403: responseTooLarge (Response too large to return. Consider specifying a destination table in your job configuration. For more details, see &lt;A href="https://cloud.google.com/bigquery/troubleshooting-errors" target="_blank" rel="noopener"&gt;https://cloud.google.com/bigquery/troubleshooting-errors&lt;/A&gt;)."};Microsoft.Data.Mashup.Error.Context = User (Request ID: 2daea118-d580-4466-b8b7-4935b06bafb0).&lt;/SPAN&gt;&lt;BR /&gt;------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 19:31:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/How-to-Import-large-BigQuery-data-8GB-or-more-into-Fabric-Data/m-p/3792242#M2569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-26T19:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Import large BigQuery data (8GB or more) into Fabric Data Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/How-to-Import-large-BigQuery-data-8GB-or-more-into-Fabric-Data/m-p/3792270#M2571</link>
      <description>&lt;P&gt;Can you raise a ticket with Google? BQ operates in two modes: if the data size is small, it'll return it inline. If the data size is big enough, it'll first buffer it to an external table, and point us to that table to download. The default limit for the external table case is 10GB and when that is exceeded, you get this error. However, the BQ doc says:&lt;/P&gt;&lt;P&gt;&lt;A href="https://cloud.google.com/knowledge/kb/bigquery-response-too-large-to-return-consider-setting-allowlargeresults-to-true-in-your-job-configuration-000004266" target="_blank"&gt;https://cloud.google.com/knowledge/kb/bigquery-response-too-large-to-return-consider-setting-allowlargeresults-to-true-in-your-job-configuration-000004266&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The query needs to set a "&lt;SPAN&gt;allowLargeResults option", which is actually &lt;STRONG&gt;implicit set&lt;/STRONG&gt;. Evidently BQ did not respect that setting. This should be examined by Google and the BQ server side.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 20:08:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/How-to-Import-large-BigQuery-data-8GB-or-more-into-Fabric-Data/m-p/3792270#M2571</guid>
      <dc:creator>pqian_MSFT</dc:creator>
      <dc:date>2024-03-26T20:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Import large BigQuery data (8GB or more) into Fabric Data Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/How-to-Import-large-BigQuery-data-8GB-or-more-into-Fabric-Data/m-p/3795739#M2588</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others.&lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 06:24:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/How-to-Import-large-BigQuery-data-8GB-or-more-into-Fabric-Data/m-p/3795739#M2588</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-03-28T06:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Import large BigQuery data (8GB or more) into Fabric Data Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/How-to-Import-large-BigQuery-data-8GB-or-more-into-Fabric-Data/m-p/3797484#M2593</link>
      <description>&lt;P&gt;Thanks for your reply. I am also having issue sending data from a BQ table that has 400 million rows. I am trying to split the original table into small small tables and then transfer data to Fabric and combined data in Fabric Environment. After that I will do daily incremental refersh for new data only. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 18:27:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/How-to-Import-large-BigQuery-data-8GB-or-more-into-Fabric-Data/m-p/3797484#M2593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-28T18:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Import large BigQuery data (8GB or more) into Fabric Data Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/How-to-Import-large-BigQuery-data-8GB-or-more-into-Fabric-Data/m-p/3797485#M2594</link>
      <description>&lt;P&gt;I do not have any solution yet. I am exploring alternative ways to trasfer data.&amp;nbsp; See my response above. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 18:29:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/How-to-Import-large-BigQuery-data-8GB-or-more-into-Fabric-Data/m-p/3797485#M2594</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-03-28T18:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Import large BigQuery data (8GB or more) into Fabric Data Warehouse</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/How-to-Import-large-BigQuery-data-8GB-or-more-into-Fabric-Data/m-p/3799583#M2599</link>
      <description>&lt;P&gt;We'll soon ship a feature that helps you partitioning your data into smaller chunks that can be incrementally refreshed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although I still think you should raise a ticket with Google to check why they are returning result set too large when "allowLargeResult" is true&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 17:46:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/How-to-Import-large-BigQuery-data-8GB-or-more-into-Fabric-Data/m-p/3799583#M2599</guid>
      <dc:creator>pqian_MSFT</dc:creator>
      <dc:date>2024-03-29T17:46:35Z</dc:date>
    </item>
  </channel>
</rss>

