<?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: EDW Migration Specialization labs error while installing remorph in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/edw-migration-specialization-labs-error-while-installing-remorph/m-p/132121#M49360</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/183405"&gt;@Prashant_151&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;I suspect this issue is happening because the &lt;A href="https://pypi.org/project/databricks-labs-remorph/0.9.1/" target="_blank"&gt;project has been sunset&lt;/A&gt; and replaced by Lakebridge. As you tried installing Remorph without a version pin, it actually sets up Lakebridge components, so the expected Remorph prompts won’t appear.&lt;/P&gt;
&lt;P&gt;The best option is to raise a ticket with the &lt;A href="https://help.databricks.com/s/contact-us?ReqType=training" target="_blank"&gt;Databricks Support team&lt;/A&gt;, especially since this is related to accreditation&amp;nbsp;assessment.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Sep 2025 13:53:39 GMT</pubDate>
    <dc:creator>Advika</dc:creator>
    <dc:date>2025-09-16T13:53:39Z</dc:date>
    <item>
      <title>EDW Migration Specialization labs error while installing remorph</title>
      <link>https://community.databricks.com/t5/data-engineering/edw-migration-specialization-labs-error-while-installing-remorph/m-p/131737#M49215</link>
      <description>&lt;P&gt;Context :&amp;nbsp;&lt;BR /&gt;This is regarding lab assessment of EDW migration accreditation assessment&lt;/P&gt;&lt;P&gt;#Using&lt;BR /&gt;1. Databricks cli version 0.266.0&lt;BR /&gt;2. Python : 3.10 venv&lt;/P&gt;&lt;P&gt;When installing databricks labs install remorph@v0.9.1 getting error:&lt;BR /&gt;$ &lt;STRONG&gt;databricks labs install remorph@v0.9.1&lt;/STRONG&gt;&lt;BR /&gt;The Databricks CLI unexpectedly had a fatal error.&lt;BR /&gt;Please report this issue to Databricks in the form of a GitHub issue at:&lt;BR /&gt;&lt;A href="https://github.com/databricks/cli" target="_blank"&gt;https://github.com/databricks/cli&lt;/A&gt;&lt;/P&gt;&lt;P&gt;CLI Version: 0.266.0&lt;/P&gt;&lt;P&gt;Panic Payload: runtime error: invalid memory address or nil pointer dereference&lt;/P&gt;&lt;P&gt;Stack Trace:&lt;BR /&gt;goroutine 1 [running]:&lt;BR /&gt;runtime/debug.Stack()&lt;BR /&gt;runtime/debug/stack.go:26 +0x5e&lt;BR /&gt;github.com/databricks/cli/cmd/root.Execute.func1()&lt;BR /&gt;github.com/databricks/cli/cmd/root/root.go:112 +0xb4&lt;BR /&gt;panic({0x1d8db40?, 0x2eb40f0?})&lt;BR /&gt;runtime/panic.go:792 +0x132&lt;BR /&gt;github.com/databricks/cli/cmd/labs/project.(*installer).setupPythonVirtualEnvironment(0xc00045a6f0, {0x231d7b0, 0xc0002b2f90}, 0x0)&lt;BR /&gt;github.com/databricks/cli/cmd/labs/project/installer.go:251 +0x522&lt;BR /&gt;github.com/databricks/cli/cmd/labs/project.(*installer).Install(0xc00045a6f0, {0x231d7b0, 0xc0002b2f90})&lt;BR /&gt;github.com/databricks/cli/cmd/labs/project/installer.go:115 +0x3d8&lt;BR /&gt;github.com/databricks/cli/cmd/labs.newInstallCommand.func1(0xc0000ce308, {0xc0002031f0?, 0x4?, 0x2080c84?})&lt;BR /&gt;github.com/databricks/cli/cmd/labs/install.go:23 +0x63&lt;BR /&gt;github.com/spf13/cobra.(*Command).execute(0xc0000ce308, {0xc000203180, 0x1, 0x1})&lt;BR /&gt;github.com/spf13/cobra@v1.9.1/command.go:1015 +0xaaa&lt;BR /&gt;github.com/spf13/cobra.(*Command).ExecuteC(0xc00014a008)&lt;BR /&gt;github.com/spf13/cobra@v1.9.1/command.go:1148 +0x46f&lt;BR /&gt;github.com/spf13/cobra.(*Command).ExecuteContextC(...)&lt;BR /&gt;github.com/spf13/cobra@v1.9.1/command.go:1080&lt;BR /&gt;github.com/databricks/cli/cmd/root.Execute({0x231d778, 0x2f38fa0}, 0xc00014a008)&lt;BR /&gt;github.com/databricks/cli/cmd/root/root.go:141 +0x171&lt;BR /&gt;main.main()&lt;BR /&gt;github.com/databricks/cli/main.go:29 +0x3b&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;### Expected Behavior&lt;BR /&gt;Expecting prompt to select number between 0 and 2&lt;/P&gt;&lt;P&gt;### Actual Behavior&lt;BR /&gt;Error.&lt;BR /&gt;&lt;BR /&gt;Also When executing&amp;nbsp;$ databricks labs install remorph, its getting executed successfully but It is not showing prompt to select number between 0 and 2. it gives below output&lt;BR /&gt;12:46:55 INFO [src/databricks/labs/lakebridge/base_install] Successfully Setup Lakebridge Components Locally&lt;BR /&gt;12:46:55 INFO [src/databricks/labs/lakebridge/base_install] For more information, please visit &lt;A href="https://databrickslabs.github.io/lakebridge/" target="_blank"&gt;https://databrickslabs.github.io/lakebridge/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;### OS and CLI version&lt;BR /&gt;Using Windows, VS Code IDE with git for terminal&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 07:53:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/edw-migration-specialization-labs-error-while-installing-remorph/m-p/131737#M49215</guid>
      <dc:creator>Prashant_151</dc:creator>
      <dc:date>2025-09-12T07:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: EDW Migration Specialization labs error while installing remorph</title>
      <link>https://community.databricks.com/t5/data-engineering/edw-migration-specialization-labs-error-while-installing-remorph/m-p/132121#M49360</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/183405"&gt;@Prashant_151&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;I suspect this issue is happening because the &lt;A href="https://pypi.org/project/databricks-labs-remorph/0.9.1/" target="_blank"&gt;project has been sunset&lt;/A&gt; and replaced by Lakebridge. As you tried installing Remorph without a version pin, it actually sets up Lakebridge components, so the expected Remorph prompts won’t appear.&lt;/P&gt;
&lt;P&gt;The best option is to raise a ticket with the &lt;A href="https://help.databricks.com/s/contact-us?ReqType=training" target="_blank"&gt;Databricks Support team&lt;/A&gt;, especially since this is related to accreditation&amp;nbsp;assessment.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 13:53:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/edw-migration-specialization-labs-error-while-installing-remorph/m-p/132121#M49360</guid>
      <dc:creator>Advika</dc:creator>
      <dc:date>2025-09-16T13:53:39Z</dc:date>
    </item>
  </channel>
</rss>

