<?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: using VSCode extension to interact with Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/using-vscode-extension-to-interact-with-databricks/m-p/100405#M40284</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/133094"&gt;@jeremy98&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello community,&amp;nbsp;&lt;BR /&gt;I want to understand if it is possible to use Databricks Connect inside VSCode IDE to interact with Notebooks in local interactively like in Databricks Notebook, Is it possible? Because now I can only use the cluster and wait after the cluster executes the entire script, but If I want to use the Notebook I would to be much Interactive&amp;nbsp;&lt;A href="https://www.wellstar-mychart.com" target="_self"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;Wellstar MyChart&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answers&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, it is possible to use Databricks Connect inside VSCode IDE to interact with Notebooks interactively! With the Databricks extension for Visual Studio Code, you can run and debug notebook cells one at a time or all at once, and see their results directly in the VSCode UI. This setup allows you to have a more interactive experience similar to working directly in a Databricks Notebook.&lt;/P&gt;&lt;P&gt;To set this up, you'll need to install the Databricks extension for VSCode and ensure you have Databricks Connect properly configured. Once everything is set up, you can run and debug your notebook cells interactively, with the Spark code running on the remote cluster and the results being sent back to your local environment&lt;/P&gt;</description>
    <pubDate>Fri, 29 Nov 2024 09:02:51 GMT</pubDate>
    <dc:creator>carolgrey98</dc:creator>
    <dc:date>2024-11-29T09:02:51Z</dc:date>
    <item>
      <title>using VSCode extension to interact with Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/using-vscode-extension-to-interact-with-databricks/m-p/100399#M40283</link>
      <description>&lt;P&gt;Hello community,&amp;nbsp;&lt;BR /&gt;I want to understand if it is possible to use Databricks Connect inside VSCode IDE to interact with Notebooks in local interactively like in Databricks Notebook, Is it possible? Because now I can only use the cluster and wait after the cluster executes the entire script, but If I want to use the Notebook I would to be much Interactive.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your answers&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 08:30:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/using-vscode-extension-to-interact-with-databricks/m-p/100399#M40283</guid>
      <dc:creator>jeremy98</dc:creator>
      <dc:date>2024-11-29T08:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: using VSCode extension to interact with Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/using-vscode-extension-to-interact-with-databricks/m-p/100405#M40284</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/133094"&gt;@jeremy98&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello community,&amp;nbsp;&lt;BR /&gt;I want to understand if it is possible to use Databricks Connect inside VSCode IDE to interact with Notebooks in local interactively like in Databricks Notebook, Is it possible? Because now I can only use the cluster and wait after the cluster executes the entire script, but If I want to use the Notebook I would to be much Interactive&amp;nbsp;&lt;A href="https://www.wellstar-mychart.com" target="_self"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;Wellstar MyChart&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answers&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, it is possible to use Databricks Connect inside VSCode IDE to interact with Notebooks interactively! With the Databricks extension for Visual Studio Code, you can run and debug notebook cells one at a time or all at once, and see their results directly in the VSCode UI. This setup allows you to have a more interactive experience similar to working directly in a Databricks Notebook.&lt;/P&gt;&lt;P&gt;To set this up, you'll need to install the Databricks extension for VSCode and ensure you have Databricks Connect properly configured. Once everything is set up, you can run and debug your notebook cells interactively, with the Spark code running on the remote cluster and the results being sent back to your local environment&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 09:02:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/using-vscode-extension-to-interact-with-databricks/m-p/100405#M40284</guid>
      <dc:creator>carolgrey98</dc:creator>
      <dc:date>2024-11-29T09:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: using VSCode extension to interact with Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/using-vscode-extension-to-interact-with-databricks/m-p/100406#M40285</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;Thanks for your answer, actually I wrote a piece of code like:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from databricks.connect import DatabricksSession
spark = DatabricksSession.builder.getOrCreate()&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;But I still have this error:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;ImportError: cannot import name 'AnalyzeArgument' from 'pyspark.sql.udtf' (/Users/Library/Caches/pypoetry/virtualenvs/rnc-data-pipelines-Jgi6KLI_-py3.13/lib/python3.13/site-packages/pyspark/sql/udtf.py)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;&lt;/SPAN&gt;Do u know how to fix this? And For debugging the cells I need to execute the notebook in a proper way?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 09:17:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/using-vscode-extension-to-interact-with-databricks/m-p/100406#M40285</guid>
      <dc:creator>jeremy98</dc:creator>
      <dc:date>2024-11-29T09:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: using VSCode extension to interact with Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/using-vscode-extension-to-interact-with-databricks/m-p/100432#M40296</link>
      <description>&lt;P&gt;Anyone, knows which could be the problem &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 14:34:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/using-vscode-extension-to-interact-with-databricks/m-p/100432#M40296</guid>
      <dc:creator>jeremy98</dc:creator>
      <dc:date>2024-11-29T14:34:41Z</dc:date>
    </item>
  </channel>
</rss>

