<?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 enable/verify cloud fetch from PowerBI in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30417#M22054</link>
    <description>&lt;P&gt;Hey @Kaniz Fatma​, you are usually so fast to write that the community will probably help, and otherwise you will find someone at Databricks to help. But now it's been several days. Is everything OK with you? &lt;/P&gt;</description>
    <pubDate>Tue, 01 Feb 2022 14:28:20 GMT</pubDate>
    <dc:creator>Erik</dc:creator>
    <dc:date>2022-02-01T14:28:20Z</dc:date>
    <item>
      <title>How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30416#M22053</link>
      <description>&lt;P&gt;I tried to benchmark the Powerbi Databricks connector vs the &lt;A href="https://github.com/delta-io/connectors/tree/master/powerbi" alt="https://github.com/delta-io/connectors/tree/master/powerbi" target="_blank"&gt;powerbi Delta Lake reader&lt;/A&gt; on a dataset of 2.15million rows. I found that the delta lake reader used 20 seconds, while importing through the SQL compute endpoint took ~75 seconds. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I look at the query profile in SQL compute I see that 50 seconds are spendt in the "Columnar To Row" step. This makes me rather suspicios, since I got the impression that with an updated PowerBI we would take advantage of "&lt;A href="https://databricks.com/blog/2021/08/11/how-we-achieved-high-bandwidth-connectivity-with-bi-tools.html" alt="https://databricks.com/blog/2021/08/11/how-we-achieved-high-bandwidth-connectivity-with-bi-tools.html" target="_blank"&gt;cloud fetch&lt;/A&gt;" which creates files containing Apache Arrow batches, which is a columnar format. &lt;B&gt;So why the conversion to rows?&lt;/B&gt; Maybe it is not actually using cloud fetch? Is there any way to verify that I am actually using cloud fetch? Either in PowerBi logs or in the Databricks SQL compute endpoint web interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="query_statistics"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2138iAD43836C6D36ABE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="query_statistics" alt="query_statistics" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="query_profile_tree_view"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2125iCCCE961591A88398/image-size/large?v=v2&amp;amp;px=999" role="button" title="query_profile_tree_view" alt="query_profile_tree_view" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jan 2022 16:01:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30416#M22053</guid>
      <dc:creator>Erik</dc:creator>
      <dc:date>2022-01-30T16:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30417#M22054</link>
      <description>&lt;P&gt;Hey @Kaniz Fatma​, you are usually so fast to write that the community will probably help, and otherwise you will find someone at Databricks to help. But now it's been several days. Is everything OK with you? &lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 14:28:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30417#M22054</guid>
      <dc:creator>Erik</dc:creator>
      <dc:date>2022-02-01T14:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30419#M22056</link>
      <description>&lt;P&gt;@Erik Parmann​&amp;nbsp; - We are looking for someone to help you. Thank you for your continued patience.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 16:28:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30419#M22056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-07T16:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30420#M22057</link>
      <description>&lt;P&gt;Hi everyone, we are facing exactly the same problem, result fetching takes far too long by connecting remotely via R Studio and ODBC for interactive workloads. We made sure to use the latest version of the ODBC Databicks connector together with the latest Databricks runtime with Cloud Fetch enabled. Unfortunately, without any effect. We tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;scaling up the cluster&lt;/LI&gt;&lt;LI&gt;tweaking the connector (RowsFetchedPerBlock, UseNativeQuery, etc.)&lt;/LI&gt;&lt;LI&gt;using Databricks Connect with Apache Arrow as an alternative  (untraceable OOM error by transferring (collect) Spark DataFrame to local R)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Databricks Connect OOM"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2127iC40DB74CA05FBC09/image-size/large?v=v2&amp;amp;px=999" role="button" title="Databricks Connect OOM" alt="Databricks Connect OOM" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 09:44:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30420#M22057</guid>
      <dc:creator>pichlerpa</dc:creator>
      <dc:date>2022-02-08T09:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30422#M22059</link>
      <description>&lt;P&gt;WRT databricks-connect, we were able to fix the OOM error by increasing the memory of the local Spark driver instance which is used for the remote communication and runs in the background:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;conf &amp;lt;- spark_config()&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;conf$`sparklyr.shell.driver-memory` &amp;lt;- "10G"&lt;/B&gt;&lt;/P&gt;&lt;P&gt;databricks_connect_spark_home &amp;lt;- system("databricks-connect get-spark-home", intern = TRUE)&lt;/P&gt;&lt;P&gt;sc &amp;lt;- &lt;/P&gt;&lt;P&gt;&amp;nbsp;spark_connect(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;method = "databricks", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;spark_home = databricks_connect_spark_home,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;B&gt;&amp;nbsp;config=conf&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;)&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 10:19:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30422#M22059</guid>
      <dc:creator>pichlerpa</dc:creator>
      <dc:date>2022-02-14T10:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30423#M22060</link>
      <description>&lt;P&gt;Thanks, but I have read that as well, which is why I am looking for a way to confirm that cloud fetch is actually working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Databricks representative said that if we are using an update powerbi desktop version (I am using "2.100.1401.0 64-bit (desember 2021)") then this includes an updated version of the ODBC driver which sould use cloud fetch. &lt;A href="https://community.databricks.com/s/question/0D53f00001L0vKHCAZ/powerbi-and-cloud-fetch" alt="https://community.databricks.com/s/question/0D53f00001L0vKHCAZ/powerbi-and-cloud-fetch" target="_blank"&gt;Source&lt;/A&gt;. &lt;B&gt;Can you confirm if this is right or wrong?&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is important for us because we have many users on powerbi, and it is a big difference for us if we just need to update their powerbi innstalation vs installing a custom odbc driver. &lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 11:20:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30423#M22060</guid>
      <dc:creator>Erik</dc:creator>
      <dc:date>2022-02-14T11:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30424#M22061</link>
      <description>&lt;P&gt;So I am on the latest version of Power BI Desktop and if I go to ODBC-Drivers and check the Simba driver it still shows 2.06.16.1019 which does not yet support cloudfetch&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 14:52:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30424#M22061</guid>
      <dc:creator>gbrueckl</dc:creator>
      <dc:date>2022-02-28T14:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30425#M22062</link>
      <description>&lt;P&gt;just an update after re-installing Power BI Desktop (download-able version):&lt;/P&gt;&lt;P&gt;if you check under C:\Program Files\Microsoft Power BI Desktop\bin\ODBC Drivers\Simba Spark ODBC Driver&lt;/P&gt;&lt;P&gt;you will see that it is actually a more recent version (2.6.18.1030) which should support cloud fetch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had an older version of Simba Spark driver installed manually before - dont know which version Power BI was using then - but I uninstalled this one now and now Power BI can only use the most recent one  it comes with&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 15:10:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30425#M22062</guid>
      <dc:creator>gbrueckl</dc:creator>
      <dc:date>2022-02-28T15:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30426#M22063</link>
      <description>&lt;P&gt;@Erik Parmann​&amp;nbsp;- Does @Gerhard Brueckl​'s answer help?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 00:13:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30426#M22063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-07T00:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30427#M22064</link>
      <description>&lt;P&gt;Thanks for the tip! I ventured into the powerbi folder (inside WindowsApps), and in the subfolder "bin\ODBC Drivers\Simba Spark ODBC Driver" I found the version by running "cat SparkODBC_sb64.dll | findstr Version". It printed "ProductVersion2.6.18.1030". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this *should* support cloudfetch, but I still see the odd performance characteristics as described above. So my question still stands ( @Piper Wilson​&amp;nbsp;), is there any way to *confirm* that cloud fetch has been used? This really seems like a thing one should be able to see some traces of in the Query Profile inside databricks. &lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 11:02:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30427#M22064</guid>
      <dc:creator>Erik</dc:creator>
      <dc:date>2022-03-07T11:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30428#M22065</link>
      <description>&lt;P&gt;It helps, but it did not solve it. See my reply to him.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 11:02:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30428#M22065</guid>
      <dc:creator>Erik</dc:creator>
      <dc:date>2022-03-07T11:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30431#M22068</link>
      <description>&lt;P&gt;Hi @Erik Parmann​&amp;nbsp;did you have a chance to look at this document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/integrations/bi/jdbc-odbc-bi.html#arrow-serialization-in-odbc" target="test_blank"&gt;https://docs.databricks.com/integrations/bi/jdbc-odbc-bi.html#arrow-serialization-in-odbc&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 09:41:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30431#M22068</guid>
      <dc:creator>Prabakar</dc:creator>
      <dc:date>2022-05-18T09:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30433#M22070</link>
      <description>&lt;P&gt;Yes, thanks. In my case we are using Azure databricks, and I am not able to find an equally detailed description of cloud fetch on azure databricks, and if there are any settings we might have which dissables it. &lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 18:31:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30433#M22070</guid>
      <dc:creator>Erik</dc:creator>
      <dc:date>2022-05-24T18:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30434#M22071</link>
      <description>&lt;P&gt;@Arjun Kaimaparambil Rajan​&amp;nbsp;can you maybe check the query with ID 01ecdb90-5d68-1f39-a597-c1ce377fab5a with&lt;/P&gt;&lt;P&gt;Start time: 2022-05-24 20:36:03.058 (UTC+2)&lt;/P&gt;&lt;P&gt;End time: 2022-05-24 20:37:37.461 (UTC+2)&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 18:39:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30434#M22071</guid>
      <dc:creator>Erik</dc:creator>
      <dc:date>2022-05-24T18:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30435#M22072</link>
      <description>&lt;P&gt;@Erik Parmann​&amp;nbsp; Yes. This query result fetch has cloud fetch enabled.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 22:12:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30435#M22072</guid>
      <dc:creator>arjun_kr</dc:creator>
      <dc:date>2022-05-25T22:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30436#M22073</link>
      <description>&lt;P&gt;You would need to set EnableQueryResultsDownload Flag to 0 (zero) which will disable cloud fetch. &lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 07:53:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30436#M22073</guid>
      <dc:creator>cchalc</dc:creator>
      <dc:date>2022-06-23T07:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30437#M22074</link>
      <description>&lt;P&gt;So why is ColumnarToRow required? &lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 07:54:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30437#M22074</guid>
      <dc:creator>cchalc</dc:creator>
      <dc:date>2022-06-23T07:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30438#M22075</link>
      <description>&lt;P&gt;Hi everyone, check out my latest blog post to verify whether or not cloudfetch is actually used, maybe you also find some other optimizations there:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://medium.com/creative-data/boosting-databricks-odbc-driver-be2cf08a7a4a?sk=bd814e0c3d6a9b32beb233496fcba242" alt="https://medium.com/creative-data/boosting-databricks-odbc-driver-be2cf08a7a4a?sk=bd814e0c3d6a9b32beb233496fcba242" target="_blank"&gt;https://medium.com/creative-data/boosting-databricks-odbc-driver-be2cf08a7a4a?sk=bd814e0c3d6a9b32beb233496fcba242&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 11:47:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30438#M22075</guid>
      <dc:creator>pichlerpa</dc:creator>
      <dc:date>2022-10-26T11:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30439#M22076</link>
      <description>&lt;P&gt;Guys, is there any way to switch off CloudFetch and fall back to ArrowResultSet by default irrespective of size? using the latest version of Spark Simba ODBC driver?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 15:24:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/30439#M22076</guid>
      <dc:creator>pulkitm</dc:creator>
      <dc:date>2023-02-27T15:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable/verify cloud fetch from PowerBI</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/106824#M42604</link>
      <description>&lt;P&gt;I'm troubleshooting slow speeds (~6Mbps) from Azure Databricks to the PowerBI Service (Fabric) via dataflows.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Drivers are up to date. &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; PowerBI is using Microsoft's Spark ODBC driver Version 2.7.6.1014, confirmed via log4j.&lt;/LI&gt;&lt;LI&gt;HybridCloudStoreResultHandler is being used. &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Confirmed via log4j.&lt;/LI&gt;&lt;LI&gt;MapPartitionInternals is NOT using &lt;EM&gt;CloudStoreCollector&lt;/EM&gt;. &lt;span class="lia-unicode-emoji" title=":warning:"&gt;⚠️&lt;/span&gt; The Spark DAG ends with mapPartitionsInternal at HybridResultCollector.scala.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Does this mean that CloudFetch is not enabled here?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the neo4j logs I also see CloudStoreBasedResultHandler receiving and responding to getNextCloudStoreBasedSet which I interpret as cloudFetch being enabled?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 15:40:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-enable-verify-cloud-fetch-from-powerbi/m-p/106824#M42604</guid>
      <dc:creator>datadrivenangel</dc:creator>
      <dc:date>2025-01-23T15:40:56Z</dc:date>
    </item>
  </channel>
</rss>

