<?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: execute delta table using Select statement in fabric notebook in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/execute-delta-table-using-Select-statement-in-fabric-notebook/m-p/4165554#M55487</link>
    <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/758634"&gt;@Udaysutar28apr&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try the following solution for the same error, change it to the default Lakehouse and be able to use relative file paths afterward.&lt;/P&gt;
&lt;P&gt;Refer to:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-tutorial-failing-on-files-path/m-p/3759781" target="_blank"&gt;Solved: Re: Fabric tutorial failing on files path - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2024 01:46:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-09-23T01:46:20Z</dc:date>
    <item>
      <title>execute delta table using Select statement in fabric notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/execute-delta-table-using-Select-statement-in-fabric-notebook/m-p/4162433#M55419</link>
      <description>&lt;P&gt;Hi Team&amp;nbsp;&lt;BR /&gt;I want to execute select statement using deltatable path in fabric notebook . it gives an error. Please help on urgent basis .&lt;BR /&gt;below is select satament in Pyspark :&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;df= spark.sql "(SELECT * FROM abfss://&lt;STRONG&gt;&amp;lt;workspace_name&amp;gt;&lt;/STRONG&gt;@msit-onelake.dfs.fabric.microsoft.com/&lt;STRONG&gt;&amp;lt;lakehouse_Name&amp;gt;&lt;/STRONG&gt;.Lakehouse/Tables/&lt;STRONG&gt;&amp;lt;table_Name&amp;gt;")&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;display(df)&lt;BR /&gt;&lt;STRONG&gt;error is :&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;File /opt/spark/python/lib/pyspark.zip/pyspark/sql/session.py:1440, in SparkSession.sql(self, sqlQuery, args, **kwargs) 1438 try: 1439 litArgs = {k: _to_java_column(lit(v)) for k, v in (args or {}).items()} -&amp;gt; 1440 return DataFrame(self._jsparkSession.sql(sqlQuery, litArgs), self) 1441 finally: 1442 if len(kwargs) &amp;gt; 0: File ~/cluster-env/trident_env/lib/python3.10/site-packages/py4j/java_gateway.py:1322, in JavaMember.__call__(self, *args) 1316 command = proto.CALL_COMMAND_NAME +\ 1317 self.command_header +\ 1318 args_command +\ 1319 proto.END_COMMAND_PART 1321 answer = self.gateway_client.send_command(command) -&amp;gt; 1322 return_value = get_return_value( 1323 answer, self.gateway_client, self.target_id, self.name) 1325 for temp_arg in temp_args: 1326 if hasattr(temp_arg, "_detach"): File /opt/spark/python/lib/pyspark.zip/pyspark/errors/exceptions/captured.py:175, in capture_sql_exception.&amp;lt;locals&amp;gt;.deco(*a, **kw) 171 converted = convert_exception(e.java_exception) 172 if not isinstance(converted, UnknownException): 173 # Hide where the exception came from that shows a non-Pythonic 174 # JVM exception message. --&amp;gt; 175 raise converted from None 176 else: 177 raise &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 13:17:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/execute-delta-table-using-Select-statement-in-fabric-notebook/m-p/4162433#M55419</guid>
      <dc:creator>Udaysutar28apr</dc:creator>
      <dc:date>2024-09-20T13:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: execute delta table using Select statement in fabric notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/execute-delta-table-using-Select-statement-in-fabric-notebook/m-p/4165554#M55487</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/758634"&gt;@Udaysutar28apr&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try the following solution for the same error, change it to the default Lakehouse and be able to use relative file paths afterward.&lt;/P&gt;
&lt;P&gt;Refer to:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-tutorial-failing-on-files-path/m-p/3759781" target="_blank"&gt;Solved: Re: Fabric tutorial failing on files path - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 01:46:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/execute-delta-table-using-Select-statement-in-fabric-notebook/m-p/4165554#M55487</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-23T01:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: execute delta table using Select statement in fabric notebook</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/execute-delta-table-using-Select-statement-in-fabric-notebook/m-p/4216699#M57441</link>
      <description>&lt;P&gt;i want to execute delta table using below code :&lt;BR /&gt;&lt;SPAN&gt;df= spark.sql "(SELECT * FROM abfss://&lt;STRONG&gt;&amp;lt;workspace_name&amp;gt;&lt;/STRONG&gt;@msit-onelake.dfs.fabric.microsoft.com/&lt;STRONG&gt;&amp;lt;lakehouse_Name&amp;gt;&lt;/STRONG&gt;.Lakehouse/Tables/&lt;STRONG&gt;&amp;lt;table_Name&amp;gt;")&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;display(df)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Oct 2024 05:02:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/execute-delta-table-using-Select-statement-in-fabric-notebook/m-p/4216699#M57441</guid>
      <dc:creator>Udaysutar28apr</dc:creator>
      <dc:date>2024-10-04T05:02:18Z</dc:date>
    </item>
  </channel>
</rss>

