<?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: Magic Commands (%sql) Not Working with Databricks Extension for VS Code in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/102804#M41240</link>
    <description>&lt;P&gt;Thanks! I appreciate your help&lt;/P&gt;</description>
    <pubDate>Fri, 20 Dec 2024 14:34:42 GMT</pubDate>
    <dc:creator>filipniziol</dc:creator>
    <dc:date>2024-12-20T14:34:42Z</dc:date>
    <item>
      <title>Magic Commands (%sql) Not Working with Databricks Extension for VS Code</title>
      <link>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/102773#M41231</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I’ve encountered an issue with the Databricks Extension for VS Code that seems to contradict the documentation. According to the &lt;A href="https://docs.databricks.com/en/dev-tools/vscode-ext/notebooks.html" target="_new" rel="noopener"&gt;&lt;SPAN&gt;Databricks&lt;/SPAN&gt;&lt;SPAN&gt; documentation&lt;/SPAN&gt;&lt;/A&gt;, the extension supports magic commands like %sql when used with Databricks Connect:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filipniziol_0-1734692630751.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13607i5CEE2DDD59062B13/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filipniziol_0-1734692630751.png" alt="filipniziol_0-1734692630751.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, in practice, this functionality doesn’t appear to work as expected.&lt;/P&gt;&lt;P&gt;Here’s an example of the code I ran:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# Databricks notebook source

df = spark.sql("SELECT 1 AS from__python_cell")
df.show()

# COMMAND ----------

# MAGIC %sql
# MAGIC SELECT 1 AS from_sql_cell&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;The first Python cell executes correctly, displaying the expected result. However, the %sql magic command produces an error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;WARNING: All log messages before absl::InitializeLog() is called are written to STDERR  
E0000 00:00:1734690770.134581    5908 init.cc:229] grpc_wait_for_shutdown_with_timeout() timed out.  &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This raises several questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is %sql truly supported in the VS Code extension when using Databricks Connect, or is there a misunderstanding in the documentation?&lt;/LI&gt;&lt;LI&gt;Could this be a version compatibility issue between Databricks Connect, the extension, and the runtime?&lt;/LI&gt;&lt;LI&gt;Are there any workarounds to enable the use of %sql in this setup, or should we rely exclusively on spark.sql() in Python cells?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;My setup includes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Databricks Connect: 13.3.2&lt;/LI&gt;&lt;LI&gt;Databricks Runtime: 16.0&lt;/LI&gt;&lt;LI&gt;Databricks Extension for VS Code: &lt;SPAN&gt;v2.5.0&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 20 Dec 2024 11:06:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/102773#M41231</guid>
      <dc:creator>filipniziol</dc:creator>
      <dc:date>2024-12-20T11:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Magic Commands (%sql) Not Working with Databricks Extension for VS Code</title>
      <link>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/102779#M41233</link>
      <description>&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;According to the documentation, the Databricks extension for Visual Studio Code supports the %sql magic command.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;However, there are limitations to this support:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;The notebooks magics %r and %scala are not supported and will display an error if called.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The notebook magic %sql does not support some DML commands, such as Show Tables.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;Given your setup (Databricks Connect: 13.3.2, Databricks Runtime: 16.0, Databricks Extension for VS Code: v2.5.0), it appears that the %sql magic command should be supported.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;Do you have option to open support case so this can be reviewed further and possibly engage engineering if a bug is detected?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 12:03:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/102779#M41233</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-12-20T12:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Magic Commands (%sql) Not Working with Databricks Extension for VS Code</title>
      <link>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/102786#M41234</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for the answer!&lt;/P&gt;&lt;P&gt;Just to update you I have also adjusted the versions so that all versions match:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Databricks Runtime 15.4&lt;/LI&gt;&lt;LI&gt;Databricks-Connect 15.4&lt;/LI&gt;&lt;LI&gt;Python 3.11.00&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The extensions shows everything as green:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filipniziol_0-1734696812831.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13608i26F74F621B207C21/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filipniziol_0-1734696812831.png" alt="filipniziol_0-1734696812831.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The error is still the same:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filipniziol_1-1734696856312.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13609iF4C9F182B50928F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filipniziol_1-1734696856312.png" alt="filipniziol_1-1734696856312.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am not able to submit the case or at least I am not sure how to do it considering I am using my private Azure Databricks and private e-mail.&lt;BR /&gt;Help centre message:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filipniziol_2-1734697061490.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13610i8D187F644A96C26F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filipniziol_2-1734697061490.png" alt="filipniziol_2-1734697061490.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>Fri, 20 Dec 2024 12:17:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/102786#M41234</guid>
      <dc:creator>filipniziol</dc:creator>
      <dc:date>2024-12-20T12:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Magic Commands (%sql) Not Working with Databricks Extension for VS Code</title>
      <link>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/102793#M41238</link>
      <description>&lt;P&gt;Got it, I will check with my internal team to validate if there is any issue around.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 13:58:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/102793#M41238</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-12-20T13:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Magic Commands (%sql) Not Working with Databricks Extension for VS Code</title>
      <link>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/102804#M41240</link>
      <description>&lt;P&gt;Thanks! I appreciate your help&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 14:34:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/102804#M41240</guid>
      <dc:creator>filipniziol</dc:creator>
      <dc:date>2024-12-20T14:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Magic Commands (%sql) Not Working with Databricks Extension for VS Code</title>
      <link>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/102812#M41241</link>
      <description>&lt;P&gt;I got response from engineering:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV id="C01KSAWFXG8-1734703238.812669-thread-list-media-viewer-thread_1734704066.365999" class="c-virtual_list__item" tabindex="-1" role="listitem" aria-setsize="-1" data-qa="virtual-list-item" data-item-key="1734704066.365999"&gt;
&lt;DIV class="c-message_kit__background c-message_kit__background--hovered c-message_kit__message c-message_kit__thread_message" role="presentation" data-qa="message_container" data-qa-unprocessed="false" data-qa-placeholder="false"&gt;
&lt;DIV class="c-message_kit__hover c-message_kit__hover--hovered" role="document" aria-roledescription="message" data-qa-hover="true"&gt;
&lt;DIV class="c-message_kit__actions c-message_kit__actions--default"&gt;
&lt;DIV class="c-message_kit__gutter"&gt;
&lt;DIV class="c-message_kit__gutter__right" role="presentation" data-qa="message_content"&gt;
&lt;DIV class="c-message_kit__blocks c-message_kit__blocks--rich_text"&gt;
&lt;DIV class="c-message__message_blocks c-message__message_blocks--rich_text" data-qa="message-text"&gt;
&lt;DIV class="p-block_kit_renderer" data-qa="block-kit-renderer"&gt;
&lt;DIV class="p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first"&gt;
&lt;DIV class="p-rich_text_block" dir="auto"&gt;
&lt;DIV class="p-rich_text_section"&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="c-mrkdwn__code" data-stringify-type="code"&gt;grpc_wait_for_shutdown_with_timeout&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is actually unrelated. We have an issue&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;open for that, but haven't yet deployed a fix, but this issue&lt;SPAN&gt;&amp;nbsp;should not prevent the execution of sql magic though&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="C01KSAWFXG8-1734703238.812669-thread-list-media-viewer-thread_1734704134.858029" class="c-virtual_list__item" tabindex="-1" role="listitem" aria-setsize="-1" data-qa="virtual-list-item" data-item-key="1734704134.858029"&gt;
&lt;DIV class="c-message_kit__background c-message_kit__message c-message_kit__thread_message" role="presentation" data-qa="message_container" data-qa-unprocessed="false" data-qa-placeholder="false"&gt;
&lt;DIV class="c-message_kit__hover" role="document" aria-roledescription="message" data-qa-hover="true"&gt;
&lt;DIV class="c-message_kit__actions c-message_kit__actions--above"&gt;
&lt;DIV class="c-message_kit__gutter"&gt;
&lt;DIV class="c-message_kit__gutter__right" role="presentation" data-qa="message_content"&gt;
&lt;DIV class="c-message_kit__blocks c-message_kit__blocks--rich_text"&gt;
&lt;DIV class="c-message__message_blocks c-message__message_blocks--rich_text" data-qa="message-text"&gt;
&lt;DIV class="p-block_kit_renderer" data-qa="block-kit-renderer"&gt;
&lt;DIV class="p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first"&gt;
&lt;DIV class="p-rich_text_block" dir="auto"&gt;
&lt;DIV class="p-rich_text_section"&gt;Or do you see this error in the "Interactive" tab?&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="C01KSAWFXG8-1734703238.812669-thread-list-media-viewer-thread_1734704243.562559" class="c-virtual_list__item" tabindex="0" role="listitem" aria-setsize="-1" data-qa="virtual-list-item" data-item-key="1734704243.562559"&gt;
&lt;DIV class="c-message_kit__background c-message_kit__message c-message_kit__thread_message" role="presentation" data-qa="message_container" data-qa-unprocessed="false" data-qa-placeholder="false"&gt;
&lt;DIV class="c-message_kit__hover" role="document" aria-roledescription="message" data-qa-hover="true"&gt;
&lt;DIV class="c-message_kit__actions c-message_kit__actions--above"&gt;
&lt;DIV class="c-message_kit__gutter"&gt;
&lt;DIV class="c-message_kit__gutter__right" role="presentation" data-qa="message_content"&gt;
&lt;DIV class="c-message_kit__blocks c-message_kit__blocks--rich_text"&gt;
&lt;DIV class="c-message__message_blocks c-message__message_blocks--rich_text" data-qa="message-text"&gt;
&lt;DIV class="p-block_kit_renderer" data-qa="block-kit-renderer"&gt;
&lt;DIV class="p-block_kit_renderer__block_wrapper p-block_kit_renderer__block_wrapper--first"&gt;
&lt;DIV class="p-rich_text_block" dir="auto"&gt;
&lt;DIV class="p-rich_text_section"&gt;It's possible that it might not work if the local python version doesn't match DBR required python version&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Dec 2024 14:51:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/102812#M41241</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-12-20T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Magic Commands (%sql) Not Working with Databricks Extension for VS Code</title>
      <link>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/103393#M41425</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;My setup is as follows:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Python 3.11.9&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Databricks Runtime: 15.4&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Databricks Connect: 15.4.4&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;I have modified a cell as follows (python cell, then SQL cell, then python cell):&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# Databricks notebook source

df = spark.sql("SELECT 1 AS from__python_cell")
df.show()

# COMMAND ----------

# MAGIC %sql
# MAGIC SELECT 2 AS from_sql_cell

# COMMAND ----------

df = spark.sql("SELECT 3 AS from__python_cell")
df.show()&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;The output (the error disappeared, but nothing is displayed from SELECT from SQL):&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filipniziol_0-1735392387171.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13731iF3A62E75EAC79900/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filipniziol_0-1735392387171.png" alt="filipniziol_0-1735392387171.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I wonder whether the SQL was executed but simply nothing was displayed or nothing was executed.&lt;BR /&gt;If it is executed, do you have an idea how to display the output of the SQL statement in %sql magic command?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2024 13:28:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/103393#M41425</guid>
      <dc:creator>filipniziol</dc:creator>
      <dc:date>2024-12-28T13:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Magic Commands (%sql) Not Working with Databricks Extension for VS Code</title>
      <link>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/103410#M41428</link>
      <description>&lt;P&gt;are you trying to see it from the interactive screen as following screenshot:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV id="tinyMceEditor_2dfcd412e77eadWalter_C_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Walter_C_1-1735404646194.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13741iFE7E91F668C22FA9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Walter_C_1-1735404646194.png" alt="Walter_C_1-1735404646194.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>Sat, 28 Dec 2024 16:50:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/103410#M41428</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-12-28T16:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Magic Commands (%sql) Not Working with Databricks Extension for VS Code</title>
      <link>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/103418#M41433</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/88823"&gt;@Walter_C&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Many thanks! I was checking in terminal. After opening Interactive Window I can see the result.&lt;BR /&gt;Amazing!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 28 Dec 2024 18:53:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/103418#M41433</guid>
      <dc:creator>filipniziol</dc:creator>
      <dc:date>2024-12-28T18:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Magic Commands (%sql) Not Working with Databricks Extension for VS Code</title>
      <link>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/103433#M41438</link>
      <description>&lt;P&gt;In reality, there is nothing to do with grpc_wait_for_shutdown_with_timeout. Although we haven't yet implemented a solution, we have an open issue for it, but it shouldn't stop SQL magic from working.&lt;BR /&gt;Or is the "Interactive" tab where you encounter this error?&lt;BR /&gt;If the local Python version differs from the DBR-required Python version, it might not function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Dec 2024 07:04:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/magic-commands-sql-not-working-with-databricks-extension-for-vs/m-p/103433#M41438</guid>
      <dc:creator>jack533</dc:creator>
      <dc:date>2024-12-29T07:04:47Z</dc:date>
    </item>
  </channel>
</rss>

