<?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 Delta live tables target schema in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-target-schema/m-p/3001#M200</link>
    <description>&lt;P&gt;The first time i run my delta live table pipeline after setup, I get this error on starting it :-&lt;/P&gt;&lt;P&gt;------------------------------------&lt;/P&gt;&lt;P&gt;org.apache.spark.sql.catalyst.parser.ParseException:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Possibly unquoted identifier my-schema-name detected. Please consider quoting it with back-quotes as `my-schema-name`(line 1, pos 34)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;== SQL ==&lt;/P&gt;&lt;P&gt;CREATE DATABASE IF NOT EXISTS my-schema-name&lt;/P&gt;&lt;P&gt;----------------------------------^^^&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at org.apache.spark.sql.errors.QueryParsingErrors$.unquotedIdentifierError(QueryParsingErrors.scala:382)&lt;/P&gt;&lt;P&gt;at org.apache.spark.sql.catalyst.parser.PostProcessor$.exitErrorIdent(ParseDriver.scala:388)&lt;/P&gt;&lt;P&gt;at &lt;/P&gt;&lt;P&gt;--------------------------------------------&lt;/P&gt;&lt;P&gt;The pipeline works fine, if i leave the target schema field blank and run the pipeline. &lt;/P&gt;&lt;P&gt;I then update the pipeline with target schema my-schema-name and then successive pipeline updates are successful. But everytime i run the pipeline 1st time after setting it up, I get the above errror. &lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2023 14:20:46 GMT</pubDate>
    <dc:creator>shagun</dc:creator>
    <dc:date>2023-06-15T14:20:46Z</dc:date>
    <item>
      <title>Delta live tables target schema</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-target-schema/m-p/3001#M200</link>
      <description>&lt;P&gt;The first time i run my delta live table pipeline after setup, I get this error on starting it :-&lt;/P&gt;&lt;P&gt;------------------------------------&lt;/P&gt;&lt;P&gt;org.apache.spark.sql.catalyst.parser.ParseException:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Possibly unquoted identifier my-schema-name detected. Please consider quoting it with back-quotes as `my-schema-name`(line 1, pos 34)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;== SQL ==&lt;/P&gt;&lt;P&gt;CREATE DATABASE IF NOT EXISTS my-schema-name&lt;/P&gt;&lt;P&gt;----------------------------------^^^&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at org.apache.spark.sql.errors.QueryParsingErrors$.unquotedIdentifierError(QueryParsingErrors.scala:382)&lt;/P&gt;&lt;P&gt;at org.apache.spark.sql.catalyst.parser.PostProcessor$.exitErrorIdent(ParseDriver.scala:388)&lt;/P&gt;&lt;P&gt;at &lt;/P&gt;&lt;P&gt;--------------------------------------------&lt;/P&gt;&lt;P&gt;The pipeline works fine, if i leave the target schema field blank and run the pipeline. &lt;/P&gt;&lt;P&gt;I then update the pipeline with target schema my-schema-name and then successive pipeline updates are successful. But everytime i run the pipeline 1st time after setting it up, I get the above errror. &lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 14:20:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-target-schema/m-p/3001#M200</guid>
      <dc:creator>shagun</dc:creator>
      <dc:date>2023-06-15T14:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Delta live tables target schema</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-target-schema/m-p/3002#M201</link>
      <description>&lt;P&gt;Hi @Shagun Bhardwaj​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great to meet you, and thanks for your question!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Let's see if your peers in the community have an answer to your question. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2023 09:41:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-target-schema/m-p/3002#M201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-17T09:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Delta live tables target schema</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-target-schema/m-p/3003#M202</link>
      <description>&lt;P&gt;Hey .. so the problem is fixed now. The issue was use of "-" in target schema name. When i changed it from "my-schema-name" to "my_schema_name" it works fine. &lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2023 11:41:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-target-schema/m-p/3003#M202</guid>
      <dc:creator>shagun</dc:creator>
      <dc:date>2023-06-20T11:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Delta live tables target schema</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-tables-target-schema/m-p/55559#M30368</link>
      <description>&lt;P&gt;This still errors on internal databricks spark/python code like&lt;/P&gt;&lt;P&gt;deltaTable.history()&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/69038"&gt;@shagun&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;The first time i run my delta live table pipeline after setup, I get this error on starting it :-&lt;/P&gt;&lt;P&gt;------------------------------------&lt;/P&gt;&lt;P&gt;org.apache.spark.sql.catalyst.parser.ParseException:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Possibly unquoted identifier my-schema-name detected. Please consider quoting it with back-quotes as `my-schema-name`(line 1, pos 34)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;== SQL ==&lt;/P&gt;&lt;P&gt;CREATE DATABASE IF NOT EXISTS my-schema-name&lt;/P&gt;&lt;P&gt;----------------------------------^^^&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;at org.apache.spark.sql.errors.QueryParsingErrors$.unquotedIdentifierError(QueryParsingErrors.scala:382)&lt;/P&gt;&lt;P&gt;at org.apache.spark.sql.catalyst.parser.PostProcessor$.exitErrorIdent(ParseDriver.scala:388)&lt;/P&gt;&lt;P&gt;at&lt;/P&gt;&lt;P&gt;--------------------------------------------&lt;/P&gt;&lt;P&gt;The pipeline works fine, if i leave the target schema field blank and run the pipeline.&lt;/P&gt;&lt;P&gt;I then update the pipeline with target schema my-schema-name and then successive pipeline updates are successful. But everytime i run the pipeline 1st time after setting it up, I get the above errror.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Please fix! or just support dashes!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 15:18:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-tables-target-schema/m-p/55559#M30368</guid>
      <dc:creator>BenTendo</dc:creator>
      <dc:date>2023-12-20T15:18:23Z</dc:date>
    </item>
  </channel>
</rss>

