<?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 Table &amp;quot;Default Schema&amp;quot; mandatory but not editable in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-live-table-quot-default-schema-quot-mandatory-but-not/m-p/107837#M42929</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have an issue with a DLT pipeline. We want to add some source code to an existing pipeline. However, when we save, error message shows that "Default schema" is a mandatory field. However, we are not able to edit the field. The DLT pipeline does not have a default schema as of now.&lt;/P&gt;&lt;P&gt;However, I see that "default schema" is mandatory since patch&lt;A href="https://docs.databricks.com/en/release-notes/product/2025/january.html#delta-live-tables-now-supports-publishing-to-tables-in-multiple-schemas-and-catalogs" target="_self"&gt;&amp;nbsp;"Delta Live Tables now supports publishing to tables in multiple schemas and catalogs".&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have full admin rights on workspace.&lt;/P&gt;&lt;P&gt;Any ideas on how to go about this? Do we need create a new pipeline and set it up again?&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2025 14:53:01 GMT</pubDate>
    <dc:creator>hedbergjacob</dc:creator>
    <dc:date>2025-01-30T14:53:01Z</dc:date>
    <item>
      <title>Delta Live Table "Default Schema" mandatory but not editable</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-quot-default-schema-quot-mandatory-but-not/m-p/107837#M42929</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have an issue with a DLT pipeline. We want to add some source code to an existing pipeline. However, when we save, error message shows that "Default schema" is a mandatory field. However, we are not able to edit the field. The DLT pipeline does not have a default schema as of now.&lt;/P&gt;&lt;P&gt;However, I see that "default schema" is mandatory since patch&lt;A href="https://docs.databricks.com/en/release-notes/product/2025/january.html#delta-live-tables-now-supports-publishing-to-tables-in-multiple-schemas-and-catalogs" target="_self"&gt;&amp;nbsp;"Delta Live Tables now supports publishing to tables in multiple schemas and catalogs".&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have full admin rights on workspace.&lt;/P&gt;&lt;P&gt;Any ideas on how to go about this? Do we need create a new pipeline and set it up again?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 14:53:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-quot-default-schema-quot-mandatory-but-not/m-p/107837#M42929</guid>
      <dc:creator>hedbergjacob</dc:creator>
      <dc:date>2025-01-30T14:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Table "Default Schema" mandatory but not editable</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-quot-default-schema-quot-mandatory-but-not/m-p/108237#M43002</link>
      <description>&lt;P&gt;Does the pipeline settings JSON includes the "schema" field.&lt;/P&gt;
&lt;P&gt;If you have full admin rights, you can update the existing pipeline settings to include the "schema" field.&lt;/P&gt;
&lt;P&gt;Like&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;curl -X PATCH https://&amp;lt;databricks-instance&amp;gt;/api/2.0/pipelines/&amp;lt;pipeline-id&amp;gt; \
-H "Authorization: Bearer &amp;lt;your-access-token&amp;gt;" \
-H "Content-Type: application/json" \
-d '{
  "schema": "your_default_schema"
}'
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.databricks.com/en/delta-live-tables/properties.html" target="_blank"&gt;https://docs.databricks.com/en/delta-live-tables/properties.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;**&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;schema&lt;/SPAN&gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;**&lt;/P&gt;
&lt;P&gt;Type:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;string&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;The name of the default schema for the pipeline, where all datasets and metadata for the pipeline are published by default. See&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="reference internal" href="https://docs.databricks.com/en/delta-live-tables/target-schema.html" target="_blank"&gt;&lt;SPAN class="doc"&gt;Set the target catalog and schema&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Feb 2025 04:11:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-quot-default-schema-quot-mandatory-but-not/m-p/108237#M43002</guid>
      <dc:creator>NandiniN</dc:creator>
      <dc:date>2025-02-01T04:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Live Table "Default Schema" mandatory but not editable</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-live-table-quot-default-schema-quot-mandatory-but-not/m-p/108539#M43075</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Still, should it not be possible to change it in the UI?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 09:38:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-live-table-quot-default-schema-quot-mandatory-but-not/m-p/108539#M43075</guid>
      <dc:creator>hedbergjacob</dc:creator>
      <dc:date>2025-02-03T09:38:04Z</dc:date>
    </item>
  </channel>
</rss>

