<?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 Production vs Development DLT Schema in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/production-vs-development-dlt-schema/m-p/95304#M39073</link>
    <description>&lt;P&gt;My organization is currently ingesting data utilizing a Delta Live Table pipeline. This pipeline points to a production Storage location and Target schema. This means that whenever we make changes to this pipeline, it directly impacts the production data. Is there a way to point to a different storage location / target schema when making changes to test or would this require a completely separate DLT with a different schema?&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2024 15:00:16 GMT</pubDate>
    <dc:creator>Dave_Nithio</dc:creator>
    <dc:date>2024-10-21T15:00:16Z</dc:date>
    <item>
      <title>Production vs Development DLT Schema</title>
      <link>https://community.databricks.com/t5/data-engineering/production-vs-development-dlt-schema/m-p/95304#M39073</link>
      <description>&lt;P&gt;My organization is currently ingesting data utilizing a Delta Live Table pipeline. This pipeline points to a production Storage location and Target schema. This means that whenever we make changes to this pipeline, it directly impacts the production data. Is there a way to point to a different storage location / target schema when making changes to test or would this require a completely separate DLT with a different schema?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 15:00:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/production-vs-development-dlt-schema/m-p/95304#M39073</guid>
      <dc:creator>Dave_Nithio</dc:creator>
      <dc:date>2024-10-21T15:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Production vs Development DLT Schema</title>
      <link>https://community.databricks.com/t5/data-engineering/production-vs-development-dlt-schema/m-p/97062#M39411</link>
      <description>&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;To test changes to your Delta Live Table (DLT) pipeline without impacting production data, you can point to a different storage location and target schema. This does not require creating a completely separate DLT pipeline. Here are the steps:&lt;/SPAN&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;STRONG&gt;Create a Test Environment&lt;/STRONG&gt;: Set up a separate storage location and target schema for testing. This can be done by creating a new storage account or bucket and a new schema within your data catalog.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Modify Pipeline Configuration&lt;/STRONG&gt;: Update the configuration of your DLT pipeline to point to the test storage location and target schema. This can be done by modifying the pipeline settings in the Databricks UI or by updating the pipeline configuration file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;STRONG&gt;Parameterize Your Pipeline&lt;/STRONG&gt;: Use parameters to easily switch between production and test environments. You can use environment variables or configuration files to manage different settings for storage locations and schemas.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Run Tests&lt;/STRONG&gt;: Execute your pipeline with the test configuration to ensure that changes do not affect production data. Validate the results in the test environment before applying the changes to the production pipeline.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 31 Oct 2024 17:20:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/production-vs-development-dlt-schema/m-p/97062#M39411</guid>
      <dc:creator>VZLA</dc:creator>
      <dc:date>2024-10-31T17:20:30Z</dc:date>
    </item>
  </channel>
</rss>

