<?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: Copy job, Lakehouse changing ids causing code to break. in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Copy-job-Lakehouse-changing-ids-causing-code-to-break/m-p/4296762#M5312</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/630904"&gt;@yllsuarez76&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;AFAIK, current it seems not support these feature, perhaps you can submit an idea to improve the 'copy job' usage:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ideas.fabric.microsoft.com/" target="_blank"&gt;Microsoft Fabric Ideas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
    <pubDate>Fri, 22 Nov 2024 07:58:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-22T07:58:29Z</dc:date>
    <item>
      <title>Copy job, Lakehouse changing ids causing code to break.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Copy-job-Lakehouse-changing-ids-causing-code-to-break/m-p/4295930#M5309</link>
      <description>&lt;P&gt;I am working on my feature branch using a copyjob to push data from a remote SQL into a lakehouse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I merge my code to the main branch and open the production workspace the&amp;nbsp;copyjob is broke, for obvious reasons, the lakehouse id changed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question is, how to mantain the code for jumping between branches and not breaking during merges.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 20:24:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Copy-job-Lakehouse-changing-ids-causing-code-to-break/m-p/4295930#M5309</guid>
      <dc:creator>yllsuarez76</dc:creator>
      <dc:date>2024-11-21T20:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Copy job, Lakehouse changing ids causing code to break.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Copy-job-Lakehouse-changing-ids-causing-code-to-break/m-p/4296069#M5310</link>
      <description>&lt;P&gt;We maintain a table of workspace/lakehouse ids by name and environment and look these up at pipeline run time.&lt;BR /&gt;You can automate the creation of this table using sempy-labs, the API, and/or notebookutils.lakehouse.get.&lt;BR /&gt;Technically you could also dynamically look these up in a notebook that is ran before any other job that outputs in its exitValue the list of lakehouses and ids.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 23:05:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Copy-job-Lakehouse-changing-ids-causing-code-to-break/m-p/4296069#M5310</guid>
      <dc:creator>spencer_sa</dc:creator>
      <dc:date>2024-11-21T23:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Copy job, Lakehouse changing ids causing code to break.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Copy-job-Lakehouse-changing-ids-causing-code-to-break/m-p/4296762#M5312</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/630904"&gt;@yllsuarez76&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;AFAIK, current it seems not support these feature, perhaps you can submit an idea to improve the 'copy job' usage:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ideas.fabric.microsoft.com/" target="_blank"&gt;Microsoft Fabric Ideas&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 07:58:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Copy-job-Lakehouse-changing-ids-causing-code-to-break/m-p/4296762#M5312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-22T07:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Copy job, Lakehouse changing ids causing code to break.</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Copy-job-Lakehouse-changing-ids-causing-code-to-break/m-p/4349313#M5883</link>
      <description>&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/630904"&gt;@yllsuarez76&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 06:20:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Copy-job-Lakehouse-changing-ids-causing-code-to-break/m-p/4349313#M5883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-03T06:20:10Z</dc:date>
    </item>
  </channel>
</rss>

