<?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: Error using DESCRIBE HISTORY on lakehouse with schemas in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Error-using-DESCRIBE-HISTORY-on-lakehouse-with-schemas/m-p/4312884#M5471</link>
    <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="772284" data-lia-user-login="GammaRamma" class="lia-mention lia-mention-user"&gt;GammaRamma&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is my version of Runtime.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is my spark pool configuration:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I turned on high concurrency mode.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is my version of region as well as service.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given we have so little information at this time, I can't tell what's causing your problem.You can create a support ticket for free and a dedicated Microsoft engineer will come to solve the problem for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be great if you continue to share in this issue to help others with similar problems after you know the root cause or solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The link of Power BI Support:&amp;nbsp;&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/support/" target="_blank"&gt;https://powerbi.microsoft.com/en-us/support/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For how to create a support ticket, please refer to&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" target="_blank"&gt;How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your understanding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yang&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Thanks a lot!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Dec 2024 07:01:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-12-04T07:01:01Z</dc:date>
    <item>
      <title>Error using DESCRIBE HISTORY on lakehouse with schemas</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Error-using-DESCRIBE-HISTORY-on-lakehouse-with-schemas/m-p/4310221#M5443</link>
      <description>&lt;P&gt;I am using schema enabled lakehouse. When set my lakehouse as default for the notebook and I do this it works :&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;DESCRIBE HISTORY tableName LIMIT 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But when I try it with this syntax :&lt;BR /&gt;&lt;BR /&gt;DESCRIBE HISTORY lakehouseName.schemaName.tableName LIMIT 1&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I get the following error :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Illegal table name lkh_bronze_dri_rawData.dbo.myTable(line 1, pos 17) == SQL == DESCRIBE HISTORY lkh_bronze_dri_rawData.dbo.myTable LIMIT 1 -----------------^^^ io.delta.sql.parser.DeltaSqlAstBuilder.$anonfun$visitTableIdentifier$1(DeltaSqlParser.scala:433) org.apache.spark.sql.catalyst.parser.ParserUtils$.withOrigin(ParserUtils.scala:160) io.delta.sql.parser.DeltaSqlAstBuilder.visitTableIdentifier(DeltaSqlParser.scala:430) io.delta.sql.parser.DeltaSqlAstBuilder.$anonfun$visitDescribeDeltaHistory$3(DeltaSqlParser.scala:388) scala.Option.map(Option.scala:230) io.delta.sql.parser.DeltaSqlAstBuilder.$anonfun$visitDescribeDeltaHistory$1(DeltaSqlParser.scala:388) org.apache.spark.sql.catalyst.parser.ParserUtils$.withOrigin(ParserUtils.scala:160) io.delta.sql.parser.DeltaSqlAstBuilder.visitDescribeDeltaHistory(DeltaSqlParser.scala:386) io.delta.sql.parser.DeltaSqlAstBuilder.visitDescribeDeltaHistory(DeltaSqlParser.scala:156) io.delta.sql.parser.DeltaSqlBaseParser$DescribeDeltaHistoryContext.accept(DeltaSqlBaseParser.java:316) org.antlr.v4.runtime.tree.AbstractParseTreeVisitor.visit(AbstractParseTreeVisitor.java:18) io.delta.sql.parser.DeltaSqlAstBuilder.$anonfun$visitSingleStatement$1(DeltaSqlParser.scala:426) org.apache.spark.sql.catalyst.parser.ParserUtils$.withOrigin(ParserUtils.scala:160) io.delta.sql.parser.DeltaSqlAstBuilder.visitSingleStatement(DeltaSqlParser.scala:426) io.delta.sql.parser.DeltaSqlAstBuilder.visitSingleStatement(DeltaSqlParser.scala:156) io.delta.sql.parser.DeltaSqlBaseParser$SingleStatementContext.accept(DeltaSqlBaseParser.java:179) org.antlr.v4.runtime.tree.AbstractParseTreeVisitor.visit(AbstractParseTreeVisitor.java:18) io.delta.sql.parser.DeltaSqlParser.$anonfun$parsePlan$1(DeltaSqlParser.scala:78) io.delta.sql.parser.DeltaSqlParser.parse(DeltaSqlParser.scala:113) io.delta.sql.parser.DeltaSqlParser.parsePlan(DeltaSqlParser.scala:77) com.microsoft.azure.synapse.ml.predict.PredictParser.parsePlan(PredictParser.scala:19) org.apache.spark.sql.SparkSession.$anonfun$sql$2(SparkSession.scala:633) org.apache.spark.sql.catalyst.QueryPlanningTracker.measurePhase(QueryPlanningTracker.scala:120) org.apache.spark.sql.SparkSession.$anonfun$sql$1(SparkSession.scala:632) org.apache.spark.sql.SparkSession.withActive(SparkSession.scala:827) org.apache.spark.sql.SparkSession.sql(SparkSession.scala:630) org.apache.spark.sql.SparkSession.sql(SparkSession.scala:671) org.apache.livy.repl.SQLInterpreter.execute(SQLInterpreter.scala:163) org.apache.livy.repl.Session.$anonfun$executeCode$1(Session.scala:893) scala.Option.map(Option.scala:230) org.apache.livy.repl.Session.executeCode(Session.scala:890) org.apache.livy.repl.Session.$anonfun$execute$12(Session.scala:585) org.apache.livy.repl.Session.withRealtimeOutputSupport(Session.scala:1144) org.apache.livy.repl.Session.$anonfun$execute$3(Session.scala:585) scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) scala.concurrent.Future$.$anonfun$apply$1(Future.scala:659) scala.util.Success.$anonfun$map$1(Try.scala:255) scala.util.Success.map(Try.scala:213) scala.concurrent.Future.$anonfun$map$1(Future.scala:292) scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:33) scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33) scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64) java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) java.base/java.lang.Thread.run(Thread.java:829)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 17:06:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Error-using-DESCRIBE-HISTORY-on-lakehouse-with-schemas/m-p/4310221#M5443</guid>
      <dc:creator>GammaRamma</dc:creator>
      <dc:date>2024-12-02T17:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error using DESCRIBE HISTORY on lakehouse with schemas</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Error-using-DESCRIBE-HISTORY-on-lakehouse-with-schemas/m-p/4310772#M5451</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="772284" data-lia-user-login="GammaRamma" class="lia-mention lia-mention-user"&gt;GammaRamma&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran it successfully using your syntax.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please check that there are no errors in your syntax, and that the lakehouse name, schema name, and table name are not entered incorrectly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are not sure, you can use it by using “Load data” &amp;gt;&amp;gt; “Spark” under Table and paste the name into your syntax.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any other questions please feel free to contact me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yang&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Thanks a lot!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 03:16:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Error-using-DESCRIBE-HISTORY-on-lakehouse-with-schemas/m-p/4310772#M5451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-03T03:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error using DESCRIBE HISTORY on lakehouse with schemas</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Error-using-DESCRIBE-HISTORY-on-lakehouse-with-schemas/m-p/4312076#M5461</link>
      <description>&lt;P&gt;Hello&lt;SPAN&gt;&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;thank you for your reply. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It is strange that it works for you and not me. I just retried it using the load data feature and copying the path. I get the same error. Also, my colleages have tried on their side and get the same error. When I do other operations on the tables in my lakehouse using the notation lakehouse.schema.table there is no problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So what config could be different in our environments?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 18:34:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Error-using-DESCRIBE-HISTORY-on-lakehouse-with-schemas/m-p/4312076#M5461</guid>
      <dc:creator>GammaRamma</dc:creator>
      <dc:date>2024-12-03T18:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error using DESCRIBE HISTORY on lakehouse with schemas</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Error-using-DESCRIBE-HISTORY-on-lakehouse-with-schemas/m-p/4312884#M5471</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="772284" data-lia-user-login="GammaRamma" class="lia-mention lia-mention-user"&gt;GammaRamma&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is my version of Runtime.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is my spark pool configuration:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I turned on high concurrency mode.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is my version of region as well as service.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given we have so little information at this time, I can't tell what's causing your problem.You can create a support ticket for free and a dedicated Microsoft engineer will come to solve the problem for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be great if you continue to share in this issue to help others with similar problems after you know the root cause or solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The link of Power BI Support:&amp;nbsp;&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/support/" target="_blank"&gt;https://powerbi.microsoft.com/en-us/support/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For how to create a support ticket, please refer to&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" target="_blank"&gt;How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your understanding.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yang&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Thanks a lot!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 07:01:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Error-using-DESCRIBE-HISTORY-on-lakehouse-with-schemas/m-p/4312884#M5471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-04T07:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error using DESCRIBE HISTORY on lakehouse with schemas</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Error-using-DESCRIBE-HISTORY-on-lakehouse-with-schemas/m-p/4325408#M5591</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="772284" data-lia-user-login="GammaRamma" class="lia-mention lia-mention-user"&gt;GammaRamma&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is my follow-up just to ask if the problem has been solved?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, can you accept the correct answer as a solution or share your solution to help other members find it faster?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much for your cooperation!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yang&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Thanks a lot!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 08:01:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Error-using-DESCRIBE-HISTORY-on-lakehouse-with-schemas/m-p/4325408#M5591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-12-12T08:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error using DESCRIBE HISTORY on lakehouse with schemas</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Error-using-DESCRIBE-HISTORY-on-lakehouse-with-schemas/m-p/4328607#M5613</link>
      <description>&lt;P&gt;Ok it was the spark runtime version. I had 1.2. It started working when I set it to 1.3.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 20:03:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Error-using-DESCRIBE-HISTORY-on-lakehouse-with-schemas/m-p/4328607#M5613</guid>
      <dc:creator>GammaRamma</dc:creator>
      <dc:date>2024-12-13T20:03:07Z</dc:date>
    </item>
  </channel>
</rss>

