<?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: Lakehouse. cant upload files in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4739306#M10337</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="76077" data-lia-user-login="DebbieE" class="lia-mention lia-mention-user"&gt;DebbieE&lt;/a&gt;&amp;nbsp;, Thank you for reaching out to the Microsoft Community Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use this to check if the file actually uploaded:&lt;/P&gt;
&lt;P&gt;from pyspark.sql.functions import input_file_name&lt;/P&gt;
&lt;P&gt;df = spark.read.csv("Files/") df.select(input_file_name()).show(truncate=False)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your file appears here, the upload succeeded and the UI just isn’t updating. If not, it likely stalled in the upload queue. To work around the issue, try uploading through OneLake Data Hub, which is often more reliable. You can also drop the file in OneDrive or SharePoint and create a shortcut in the Lakehouse, this syncs automatically and avoids the upload bottleneck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have access, check the Fabric Admin Portal for capacity usage, throttling is more likely when capacity is maxed out. Otherwise, wait a bit and retry the upload when fewer background jobs are running.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the above didn’t work for you, then the best next step is to report this issue to Microsoft Support, as it may be a bug or a backend issue. You can provide them with all the troubleshooting steps you've already taken, which will help them understand the issue better and provide a resolution. They might be able to provide a solution that isn't immediately obvious.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is the link to help create Microsoft Support ticket:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" target="_blank"&gt;How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this helped solve the issue, please consider marking it&amp;nbsp;&lt;STRONG&gt;“Accept as Solution”&lt;/STRONG&gt; so others with similar queries may find it more easily. If not, please share the details, always happy to help.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Sat, 21 Jun 2025 07:17:10 GMT</pubDate>
    <dc:creator>v-hashadapu</dc:creator>
    <dc:date>2025-06-21T07:17:10Z</dc:date>
    <item>
      <title>Lakehouse. cant upload files</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4736013#M10257</link>
      <description>&lt;P&gt;I have created a gold_dev_lh and my first test is to just manually add a file. Get data. Upload a small csv, Its just not working. The file just sits in upload files and nothing happens?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Upload Files&lt;/P&gt;&lt;P&gt;Current Uploads&lt;/P&gt;&lt;P&gt;FileName&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Lakehouse Name&lt;/P&gt;&lt;P&gt;test.csv&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;gold_dev_lh&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 25/kb / 25 kb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this another bug?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added a file to my silver data lake yesterday so I know that it has happened. i just cant fathom why I can't add into the gold LK I just set up&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 13:04:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4736013#M10257</guid>
      <dc:creator>DebbieE</dc:creator>
      <dc:date>2025-06-18T13:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse. cant upload files</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4736745#M10273</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="76077" data-lia-user-login="DebbieE" class="lia-mention lia-mention-user"&gt;DebbieE&lt;/a&gt;&amp;nbsp;, Thank you for reaching out to the Microsoft Community Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is unlikely a permissions or configuration issue, especially if both Lakehouses were created in the same workspace and under the same user. It's almost certainly a UI glitch, not a backend failure. The upload is probably completing, but the file isn't showing in the UI due to a rendering issue. To confirm whether the file actually uploaded, open a notebook within the same workspace and run the following code:&lt;/P&gt;
&lt;P&gt;display(dbutils.fs.ls("Files/"))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your file, like test.csv, appears in the output, then the upload succeeded, it’s just the UI that failed to reflect it. From there, you can read and promote it to a Delta table. If the file doesn't appear, try uploading again. if it's in another language, make sure you’ve switched the Fabric UI to English and use an incognito window in Chrome or Edge to bypass any cached UI issues. After uploading, refresh the page immediately. These steps often resolve the display issue and allow the file to become visible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this helped solve the issue, please consider marking it&amp;nbsp;&lt;STRONG&gt;“Accept as Solution”&lt;/STRONG&gt; so others with similar queries may find it more easily. If not, please share the details, always happy to help.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 05:25:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4736745#M10273</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2025-06-19T05:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse. cant upload files</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4737148#M10279</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt; pyspark.dbutils &lt;/SPAN&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; DBUtils&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;display&lt;/SPAN&gt;&lt;SPAN&gt;(dbutils.fs.ls(&lt;/SPAN&gt;&lt;SPAN&gt;"Files/"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;I already tried this but &lt;SPAN class=""&gt;ModuleNotFoundError&lt;/SPAN&gt;: No module named 'pyspark.dbutils' I dont thin this is available in Fabric. Its in databricks so i can't do that?&lt;BR /&gt;&lt;BR /&gt;tried again this morning and it still doesnt work.. This is a bit ridiculous, Is this a known bug?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 08:17:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4737148#M10279</guid>
      <dc:creator>DebbieE</dc:creator>
      <dc:date>2025-06-19T08:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse. cant upload files</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4737206#M10282</link>
      <description>&lt;P&gt;As an addition. I thought I would try and load a small csv into silver to check this works. Hours after trying again with gold and can see this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Files are currently being uploaded to Fabric from multiple Lakehouses. This will affect the upload time of files to dev_timesheet_silver_lh until other files have finished.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So...this isnt good. Its a tony csv file&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jun 2025 09:03:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4737206#M10282</guid>
      <dc:creator>DebbieE</dc:creator>
      <dc:date>2025-06-19T09:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse. cant upload files</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4739306#M10337</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="76077" data-lia-user-login="DebbieE" class="lia-mention lia-mention-user"&gt;DebbieE&lt;/a&gt;&amp;nbsp;, Thank you for reaching out to the Microsoft Community Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use this to check if the file actually uploaded:&lt;/P&gt;
&lt;P&gt;from pyspark.sql.functions import input_file_name&lt;/P&gt;
&lt;P&gt;df = spark.read.csv("Files/") df.select(input_file_name()).show(truncate=False)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your file appears here, the upload succeeded and the UI just isn’t updating. If not, it likely stalled in the upload queue. To work around the issue, try uploading through OneLake Data Hub, which is often more reliable. You can also drop the file in OneDrive or SharePoint and create a shortcut in the Lakehouse, this syncs automatically and avoids the upload bottleneck.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have access, check the Fabric Admin Portal for capacity usage, throttling is more likely when capacity is maxed out. Otherwise, wait a bit and retry the upload when fewer background jobs are running.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the above didn’t work for you, then the best next step is to report this issue to Microsoft Support, as it may be a bug or a backend issue. You can provide them with all the troubleshooting steps you've already taken, which will help them understand the issue better and provide a resolution. They might be able to provide a solution that isn't immediately obvious.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is the link to help create Microsoft Support ticket:&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" target="_blank"&gt;How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this helped solve the issue, please consider marking it&amp;nbsp;&lt;STRONG&gt;“Accept as Solution”&lt;/STRONG&gt; so others with similar queries may find it more easily. If not, please share the details, always happy to help.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jun 2025 07:17:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4739306#M10337</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2025-06-21T07:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse. cant upload files</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4742659#M10406</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="76077" data-lia-user-login="DebbieE" class="lia-mention lia-mention-user"&gt;DebbieE&lt;/a&gt;&amp;nbsp;, hope you are doing well. may i know if you have raised the support ticket as suggested or if your issue's solved from the other suggestions given? If your issue's solved either way, please share the insights here and mark them or any other helpful response "Accept as Solution" so others with similar issues may find the solution easily.&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 16:09:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4742659#M10406</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2025-06-24T16:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse. cant upload files</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4748327#M10499</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="76077" data-lia-user-login="DebbieE" class="lia-mention lia-mention-user"&gt;DebbieE&lt;/a&gt;&amp;nbsp;, Could you please confirm whether the issue has been resolved through the support ticket with Microsoft? If so, we request that you share the resolution or any key insights in this thread to benefit other members of the community. We will proceed to close this thread as part of our follow-up process, .&lt;/P&gt;
&lt;P&gt;Should you require further assistance in the future, we encourage you to create a new thread in the Microsoft Fabric Community Forum. Our team will be happy to assist you.&lt;/P&gt;
&lt;P&gt;Thank you for your cooperation.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 11:10:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4748327#M10499</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2025-06-30T11:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse. cant upload files</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4765183#M10956</link>
      <description>&lt;P&gt;I havent given up on lakehouse with schema enabled. There seems to be way too many problems with it&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 11:35:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4765183#M10956</guid>
      <dc:creator>DebbieE</dc:creator>
      <dc:date>2025-07-16T11:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Lakehouse. cant upload files</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4765242#M10960</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="76077" data-lia-user-login="DebbieE" class="lia-mention lia-mention-user"&gt;DebbieE&lt;/a&gt;&amp;nbsp;, can you please confirm, if you have raised the support ticket?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 12:16:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Lakehouse-cant-upload-files/m-p/4765242#M10960</guid>
      <dc:creator>v-hashadapu</dc:creator>
      <dc:date>2025-07-16T12:16:24Z</dc:date>
    </item>
  </channel>
</rss>

