<?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: Urgent: Installing Lakebridge on Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/urgent-installing-lakebridge-on-databricks/m-p/161221#M55003</link>
    <description>&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 1 []"&gt;Thanks for the detailed write-up. Short answer: your workflow is possible, but &lt;STRONG&gt;installing/running Lakebridge from a Databricks serverless web terminal is not the recommended path today&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;The error you’re seeing happens because Lakebridge installation expects to create its own Python virtual environment, and serverless web terminal environments are too restricted for that in many cases.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;What should work instead:&lt;/P&gt;
&lt;UL class="wnfdnte" dir="auto"&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;export the Snowflake DDL/SQL files&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;run Lakebridge from a machine you control (local machine, VM, jump box, or container runner)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;write the converted output back to Databricks&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;use a Databricks job/workflow to execute the migrated scripts afterward&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;A few notes:&lt;/P&gt;
&lt;UL class="wnfdnte" dir="auto"&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Your Snowflake → Lakebridge → Databricks flow is a valid use case.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Snowflake is supported as a transpile source.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If you want to run Lakebridge inside Databricks anyway, the better workaround is a dedicated all-purpose / single-user cluster rather than serverless web terminal.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;So my recommendation is: keep the Lakebridge runtime outside the restricted serverless environment, and use Databricks for orchestration and execution of the converted output.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2026 15:42:27 GMT</pubDate>
    <dc:creator>yogeshsingh</dc:creator>
    <dc:date>2026-07-02T15:42:27Z</dc:date>
    <item>
      <title>Urgent: Installing Lakebridge on Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/urgent-installing-lakebridge-on-databricks/m-p/160809#M54950</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to install Databricks Lakebridge on my Databricks environment and use the analyze and transpile commands through a python script.&lt;/P&gt;&lt;P&gt;The usecase is that we need to create an automated pipeline that will migrate the existing scripts from snowflake to databricks at a scheduled interval. The pipeline should first - fetch all DDLs from snowflake, then it should migrate it using Lakebridge and then the migrated scripts should be executed to create tables and functions.&lt;/P&gt;&lt;P&gt;I can get the DDLs from snowflake and dump it in unity catalog as .sql files but I am not able to run the Lakebridge on Databricks environment, I tried using the Web Terminal for Serverless compute but lakebridge installation fails with error:&lt;BR /&gt;"Error: python: create venv: /usr/bin/python3.12 -m venv /home/spark-***-***-***-***-***/.databricks/labs/lakebridge/state/venv: exit status 1"&lt;/P&gt;&lt;P&gt;I can use "subprocess" module of Python to run the Lakebridge commands but I cannot figure out how to install Lakebridge.&lt;/P&gt;&lt;P&gt;Please tell me if this scenario is even possible, any help is appreciated!&lt;/P&gt;&lt;P&gt;Please note that I have tried using Lakebridge on my local machine but my requirement is to create a pipeline for it, please help me with this.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2026 06:17:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/urgent-installing-lakebridge-on-databricks/m-p/160809#M54950</guid>
      <dc:creator>aditi_mokashi</dc:creator>
      <dc:date>2026-06-29T06:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent: Installing Lakebridge on Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/urgent-installing-lakebridge-on-databricks/m-p/161221#M55003</link>
      <description>&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea" data-pm-slice="1 1 []"&gt;Thanks for the detailed write-up. Short answer: your workflow is possible, but &lt;STRONG&gt;installing/running Lakebridge from a Databricks serverless web terminal is not the recommended path today&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;The error you’re seeing happens because Lakebridge installation expects to create its own Python virtual environment, and serverless web terminal environments are too restricted for that in many cases.&lt;/P&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;What should work instead:&lt;/P&gt;
&lt;UL class="wnfdnte" dir="auto"&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;export the Snowflake DDL/SQL files&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;run Lakebridge from a machine you control (local machine, VM, jump box, or container runner)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;write the converted output back to Databricks&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;use a Databricks job/workflow to execute the migrated scripts afterward&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;A few notes:&lt;/P&gt;
&lt;UL class="wnfdnte" dir="auto"&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Your Snowflake → Lakebridge → Databricks flow is a valid use case.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;Snowflake is supported as a transpile source.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="wnfdntd _1ibi0s33w" dir="auto"&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;If you want to run Lakebridge inside Databricks anyway, the better workaround is a dedicated all-purpose / single-user cluster rather than serverless web terminal.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="wnfdntt _1ibi0s3f5 _1ibi0s3ce _1ibi0s3ea"&gt;So my recommendation is: keep the Lakebridge runtime outside the restricted serverless environment, and use Databricks for orchestration and execution of the converted output.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 15:42:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/urgent-installing-lakebridge-on-databricks/m-p/161221#M55003</guid>
      <dc:creator>yogeshsingh</dc:creator>
      <dc:date>2026-07-02T15:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent: Installing Lakebridge on Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/urgent-installing-lakebridge-on-databricks/m-p/161242#M55007</link>
      <description>&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;Hi, the error you're seeing is consistent with the execution environment rather than with Lakebridge itself.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;Lakebridge is a Databricks CLI Labs extension (&lt;/SPAN&gt;&lt;CODE dir="ltr"&gt;&lt;SPAN&gt;databricks labs install lakebridge&lt;/SPAN&gt;&lt;/CODE&gt;&lt;SPAN&gt;) designed to run wherever the Databricks CLI is installed—your local machine, a VM, a container, or a CI runner—not within workspace compute.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;It requires Python 3.10–3.14, Java 21+, and outbound connectivity to GitHub, Maven Central, and PyPI to download its dependencies. The serverless web terminal is a managed, restricted environment that isn't intended for this workflow, so the virtual environment creation failure is expected and isn't something that can typically be resolved by changing the Python environment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;For the workflow you described, I'd recommend moving the Lakebridge conversion step outside Databricks entirely. Run Lakebridge on a CI runner, VM, or container with the required network access and Java installation, use it to retrieve and convert the Snowflake DDL, then upload the converted output into your Databricks workspace using the CLI or REST APIs. A Databricks Job can then execute the generated artifacts.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;That separation aligns with how the tooling is intended to be used: Lakebridge performs the conversion, while Databricks executes the converted code.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 17:56:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/urgent-installing-lakebridge-on-databricks/m-p/161242#M55007</guid>
      <dc:creator>iyashk-DB</dc:creator>
      <dc:date>2026-07-02T17:56:32Z</dc:date>
    </item>
  </channel>
</rss>

