<?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: Custom package publishing in environment takes forever in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4231267#M4465</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/24978"&gt;@smpa01&lt;/a&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 wanted to check if you are still experiencing this issue. If you need further help on this, please provide&amp;nbsp;more details and we will try to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Jing&lt;/P&gt;
&lt;P&gt;Community Support Team&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2024 06:49:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-10-07T06:49:04Z</dc:date>
    <item>
      <title>Custom package publishing in environment takes forever</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4178961#M4308</link>
      <description>&lt;P&gt;Is publishing a custom package supposed to take forever ? I tried experimenting with creating a custom package and publish it in an environment , it is taking forever (1hr+) and still not done. Folder strucutre&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;//file1.py

def add (x:int,y:int):
    return x+y

//file2.py
from .file1 import *

def square (x:int,y:int):
    return add(x,y) ** 2&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smpa01_0-1727378702405.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1174181iA0C4FD67BBF5F659/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smpa01_0-1727378702405.png" alt="smpa01_0-1727378702405.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="smpa01_0-1727378827822.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1174184iEBEB8CB49B135846/image-size/medium?v=v2&amp;amp;px=400" role="button" title="smpa01_0-1727378827822.png" alt="smpa01_0-1727378827822.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 19:27:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4178961#M4308</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2024-09-26T19:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom package publishing in environment takes forever</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4181424#M4319</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/24978"&gt;@smpa01&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't encounter any failure. I published a custom library which was downloaded from pypi.org and it succeeded in around 20 minutes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vjingzhanmsft_0-1727414159717.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1174373iA2AF5036BF694F3D/image-size/large?v=v2&amp;amp;px=999" role="button" title="vjingzhanmsft_0-1727414159717.png" alt="vjingzhanmsft_0-1727414159717.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's your&amp;nbsp;experimental result finally? Did it succeed or fail? Did you receive any error message if it failed?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition, what's the version of your service and data region? I guess we are not using the same version as I have an additional "Built-in Libraries" section. My service version is&amp;nbsp;&lt;SPAN&gt;13.0.24328.49 and my data region is UK South.&amp;nbsp;Maybe I'm using a slightly newer version. Deployments of new versions are not pushed to all regions at once. Maybe you can wait a few days and test it out after the version is updated.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In addition, you may try publishing a publicly released custom library.&amp;nbsp;I've never developed a python library, so I'm not sure if the cause would lie in this custom library.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let me know if you have any questions.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;BR /&gt;Jing&lt;BR /&gt;&lt;EM&gt;If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos! &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 05:45:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4181424#M4319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-27T05:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom package publishing in environment takes forever</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4231267#M4465</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/24978"&gt;@smpa01&lt;/a&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 wanted to check if you are still experiencing this issue. If you need further help on this, please provide&amp;nbsp;more details and we will try to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Jing&lt;/P&gt;
&lt;P&gt;Community Support Team&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 06:49:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4231267#M4465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-07T06:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom package publishing in environment takes forever</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4317911#M5528</link>
      <description>&lt;P&gt;Why it takes 20 minutes to publish? This should not be exceptable. In Databricks, it takes just a fraction of that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2024 12:41:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4317911#M5528</guid>
      <dc:creator>sergeik41</dc:creator>
      <dc:date>2024-12-07T12:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Custom package publishing in environment takes forever</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4419977#M7387</link>
      <description>&lt;P&gt;I also sit here for what seems like a lifetime whenever i upload a newer version of my library...&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2025 15:01:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4419977#M7387</guid>
      <dc:creator>tmjones2</dc:creator>
      <dc:date>2025-02-20T15:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Custom package publishing in environment takes forever</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4616817#M8064</link>
      <description>&lt;P&gt;I just wrote my first R package, so maybe I'm doing something wrong, but I'm having the same issue when I upload a .tar.gz file and try to publish. I waited 30 minutes. When I refreshed the page, it was as if I never clicked publish. No error message or anything.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 15:58:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4616817#M8064</guid>
      <dc:creator>BryanRock</dc:creator>
      <dc:date>2025-03-19T15:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom package publishing in environment takes forever</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4616944#M8066</link>
      <description>&lt;P&gt;I have no experience with R unfortunately.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Python has been prioritized over R in our prod for a long time now. Sorry, I can't weigh in here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Python packages still take ~20 min.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 17:01:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Custom-package-publishing-in-environment-takes-forever/m-p/4616944#M8066</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2025-03-19T17:01:37Z</dc:date>
    </item>
  </channel>
</rss>

