<?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 How to Call a Notebook mounted with TSQL Analytics from a Notebook running on Spark session? in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Call-a-Notebook-mounted-with-TSQL-Analytics-from-a/m-p/4257790#M4799</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I’m currently working on a project where I need to call a notebook mounted with TSQL Analytics from a notebook running on Spark session.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried using %run magic command to call the TSQL notebook but I'm facing an issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Oct 2024 09:05:41 GMT</pubDate>
    <dc:creator>Shreya_Barhate</dc:creator>
    <dc:date>2024-10-25T09:05:41Z</dc:date>
    <item>
      <title>How to Call a Notebook mounted with TSQL Analytics from a Notebook running on Spark session?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Call-a-Notebook-mounted-with-TSQL-Analytics-from-a/m-p/4257790#M4799</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I’m currently working on a project where I need to call a notebook mounted with TSQL Analytics from a notebook running on Spark session.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried using %run magic command to call the TSQL notebook but I'm facing an issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 09:05:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Call-a-Notebook-mounted-with-TSQL-Analytics-from-a/m-p/4257790#M4799</guid>
      <dc:creator>Shreya_Barhate</dc:creator>
      <dc:date>2024-10-25T09:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call a Notebook mounted with TSQL Analytics from a Notebook running on Spark session?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Call-a-Notebook-mounted-with-TSQL-Analytics-from-a/m-p/4260250#M4864</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="783425" data-lia-user-login="Shreya_Barhate" class="lia-mention lia-mention-user"&gt;Shreya_Barhate&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems the feature is not well supported yet. When I run a SQL query similar to yours which contains &lt;SPAN&gt;brackets "[]", I got the same error message saying "Syntax error at or near '['".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I remove all&amp;nbsp;&lt;SPAN&gt;brackets from that query, I got the error "Cannot resolve function 'TOP'..."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However when I run a simple query "&lt;SPAN&gt;SELECT&lt;/SPAN&gt; &lt;SPAN&gt;*&lt;/SPAN&gt; &lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;SPAN&gt; data2;&lt;/SPAN&gt;" it succeeds.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when the query is "&lt;SPAN&gt;SELECT&lt;/SPAN&gt; &lt;SPAN&gt;*&lt;/SPAN&gt; &lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;mydw.dbo.data2;&lt;/SPAN&gt;" it failed with an error that "&lt;SPAN&gt;spark_catalog requires a single-part namespace...&lt;/SPAN&gt;"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess that as the&amp;nbsp;&lt;SPAN&gt;T-SQL notebook feature is still in preview, it is not very well supported yet and needs to be impoved to work with Spark notebooks better. Please raise your ideas at&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://ideas.fabric.microsoft.com/" target="_blank" rel="noopener"&gt;Fabric Ideas Forum&lt;/A&gt; to let the product team get aware of what features you require.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Jing&lt;BR /&gt;&lt;EM&gt;If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos! &lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 09:08:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Call-a-Notebook-mounted-with-TSQL-Analytics-from-a/m-p/4260250#M4864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-10-28T09:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call a Notebook mounted with TSQL Analytics from a Notebook running on Spark session?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Call-a-Notebook-mounted-with-TSQL-Analytics-from-a/m-p/4308063#M5429</link>
      <description>&lt;P&gt;Related &lt;A title="T-SQL Notebooks for Warehouse" href="https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=c16b9419-fd0c-ee11-a81c-000d3a047196" target="_blank" rel="noopener"&gt;Idea&lt;/A&gt; to up-vote! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 21:49:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Call-a-Notebook-mounted-with-TSQL-Analytics-from-a/m-p/4308063#M5429</guid>
      <dc:creator>JayKidd81</dc:creator>
      <dc:date>2024-11-29T21:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Call a Notebook mounted with TSQL Analytics from a Notebook running on Spark session?</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Call-a-Notebook-mounted-with-TSQL-Analytics-from-a/m-p/4308064#M5430</link>
      <description>&lt;P&gt;Are there any potential workarounds to run a TSQL Notebook from a PySpark Notebook available? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We currently have a complex workflow spread across several Notebooks from Lakehouse to Warehouse which we're trying to combine into a single Run-All Notebook. Getting stuck figuring out how to run the TSQL Warehouse Notebooks? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 21:53:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/How-to-Call-a-Notebook-mounted-with-TSQL-Analytics-from-a/m-p/4308064#M5430</guid>
      <dc:creator>JayKidd81</dc:creator>
      <dc:date>2024-11-29T21:53:43Z</dc:date>
    </item>
  </channel>
</rss>

