<?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 DLT pipeline production deployment with AWS in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/dlt-pipeline-production-deployment-with-aws/m-p/151234#M5027</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are currently working with pyspark where we are doing the ETL as well as data quality check. We are converting our code in to the wheel package to go in to the prod and manage the version for better stability.&lt;/P&gt;&lt;P&gt;We are running&amp;nbsp; Databricks with AWS cloud and using the azure devops pipeline for the deployment.&lt;/P&gt;&lt;P&gt;Since, It's not possible to change the DLT pipeline in to the wheel package and currently Databricks not support the git authentication with SPN on AWS platform so the question is how to do it if we want to move the DLT pipeline from Dev to Prod with maintaing the version and more stable in terms of Prod env.&lt;/P&gt;&lt;P&gt;The one way to download the code/DLT pipeline in volume then run it but this will be bit complex to download eveyrtime and then run it.&lt;/P&gt;&lt;P&gt;The flow will be like Wheel package &amp;gt;&amp;gt; DLT pipeline (point to the volume)&lt;/P&gt;&lt;P&gt;Is there any other enterprise solution to do the same?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2026 10:30:43 GMT</pubDate>
    <dc:creator>satycse06</dc:creator>
    <dc:date>2026-03-18T10:30:43Z</dc:date>
    <item>
      <title>DLT pipeline production deployment with AWS</title>
      <link>https://community.databricks.com/t5/administration-architecture/dlt-pipeline-production-deployment-with-aws/m-p/151234#M5027</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are currently working with pyspark where we are doing the ETL as well as data quality check. We are converting our code in to the wheel package to go in to the prod and manage the version for better stability.&lt;/P&gt;&lt;P&gt;We are running&amp;nbsp; Databricks with AWS cloud and using the azure devops pipeline for the deployment.&lt;/P&gt;&lt;P&gt;Since, It's not possible to change the DLT pipeline in to the wheel package and currently Databricks not support the git authentication with SPN on AWS platform so the question is how to do it if we want to move the DLT pipeline from Dev to Prod with maintaing the version and more stable in terms of Prod env.&lt;/P&gt;&lt;P&gt;The one way to download the code/DLT pipeline in volume then run it but this will be bit complex to download eveyrtime and then run it.&lt;/P&gt;&lt;P&gt;The flow will be like Wheel package &amp;gt;&amp;gt; DLT pipeline (point to the volume)&lt;/P&gt;&lt;P&gt;Is there any other enterprise solution to do the same?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 10:30:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/dlt-pipeline-production-deployment-with-aws/m-p/151234#M5027</guid>
      <dc:creator>satycse06</dc:creator>
      <dc:date>2026-03-18T10:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: DLT pipeline production deployment with AWS</title>
      <link>https://community.databricks.com/t5/administration-architecture/dlt-pipeline-production-deployment-with-aws/m-p/151325#M5028</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/114460"&gt;@satycse06&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Have you considered &lt;A href="https://docs.databricks.com/aws/en/dev-tools/bundles/" target="_self"&gt;Declarative Automation Bundles&lt;/A&gt; (Previously called Databricks Asset bunddles) for this? This is exactly the type of problem it solves.&lt;/P&gt;
&lt;P&gt;You can still&amp;nbsp;keep your DLT code and a databricks.yml bundle file in Azure DevOps Git. Then, use the bundle to declare your DLT pipeline as a resource with separate dev/prod targets and per‑environment overrides. And then, have an Azure DevOps pipeline check out that repository and run a bundle deployment&amp;nbsp;against your Databricks on AWS workspace.&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;That way...&amp;nbsp;&lt;SPAN&gt;your PySpark/DQ logic can still be packaged as a wheel and stored in a volume or S3. T&lt;/SPAN&gt;&lt;SPAN&gt;he DLT pipeline just points at that wheel path. This will get rid of all the manual workloads and you can promote from lower to higher environments with Git &amp;amp; CI/CD action&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;This is a &lt;A href="https://docs.databricks.com/aws/en/dev-tools/ci-cd/best-practices" target="_self"&gt;recommended CI/CD pattern&lt;/A&gt; for jobs and DLT on Databricks today, and it works fine with Azure DevOps even when your Databricks workspace runs on AWS.&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;Check this official &lt;A href="https://docs.databricks.com/aws/en/dev-tools/ci-cd/azure-devops" target="_self"&gt;documentation&lt;/A&gt; too. Very relevant to your requirement.&amp;nbsp;&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;You can also take a look at a relevant community &lt;A href="https://community.databricks.com/t5/community-articles/demo-deploy-a-databricks-asset-bundle-with-azure-devops/td-p/126585" target="_self"&gt;post&lt;/A&gt; explaining this in even more detail.&amp;nbsp;&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;Hope this helps. Let me know if you have any specific questions.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 19:14:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/dlt-pipeline-production-deployment-with-aws/m-p/151325#M5028</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-03-18T19:14:08Z</dc:date>
    </item>
  </channel>
</rss>

