<?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 Looking for reference DABs bundle yaml and resources for Databricks app deployment (FastAPI redirect in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/looking-for-reference-dabs-bundle-yaml-and-resources-for/m-p/137278#M50720</link>
    <description>&lt;P&gt;Looking for example databricks.yml and bundle resources for deploying a FastAPI Databricks app using DABs from one environment to another. Deployment works but FastAPI redirects to localhost after deployment, though the homepage loads fine. Need reference code or repo that handles FastAPI URL routing correctly in Databricks apps using DABs.Have tried official docs and community posts but stuck on redirect issues. Any pointers, working samples, or bundle configs would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are exploring three different methods for deploying applications using Databricks app bundles, as defined in the resource\app_deployment.yml file:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Basic App Deployment:&lt;/STRONG&gt;&lt;/P&gt;resources:&lt;BR /&gt;apps:&lt;BR /&gt;my_app:&lt;BR /&gt;name: "app-with-database"&lt;BR /&gt;source_code_path: ../app&lt;BR /&gt;description: "A Dash app leveraging an OLTP Database"&lt;BR /&gt;# Specifies resources accessible by this app&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Deployment with Lakebase Database Integration:&lt;/STRONG&gt;&lt;/P&gt;resources:&lt;BR /&gt;apps:&lt;BR /&gt;my_app:&lt;BR /&gt;name: "app-with-database"&lt;BR /&gt;source_code_path: ../app&lt;BR /&gt;description: "A Dash app leveraging an OLTP Database"&lt;BR /&gt;resources:&lt;BR /&gt;- name: "app-db"&lt;BR /&gt;description: "Lakebase database service"&lt;BR /&gt;database:&lt;BR /&gt;database_name: app-sample&lt;BR /&gt;instance_name: "instance-id....&amp;lt;&amp;gt;..&amp;lt;&amp;gt;"&lt;BR /&gt;permission: "CAN_CONNECT_AND_CREATE"&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Deployment Using a Job Manager App:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;resources:&lt;BR /&gt;apps:&lt;BR /&gt;job_manager:&lt;BR /&gt;name: "job_manager"&lt;BR /&gt;description: "An application dedicated to managing jobs created within this app bundle"&lt;BR /&gt;source_code_path: ../src/app&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;Each method has specific configurations and purposes. We are currently seeking best practices or sample configurations for correctly deploying such apps, especially those that utilize databases or job management, within Databricks app deployment bundles. Any guidance, working examples, or resource bundles that handle these cases, particularly addressing issues like FastAPI redirecting incorrectly after deployment, would be greatly appreciated.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 02 Nov 2025 09:52:44 GMT</pubDate>
    <dc:creator>bhawana-pandey</dc:creator>
    <dc:date>2025-11-02T09:52:44Z</dc:date>
    <item>
      <title>Looking for reference DABs bundle yaml and resources for Databricks app deployment (FastAPI redirect</title>
      <link>https://community.databricks.com/t5/data-engineering/looking-for-reference-dabs-bundle-yaml-and-resources-for/m-p/137278#M50720</link>
      <description>&lt;P&gt;Looking for example databricks.yml and bundle resources for deploying a FastAPI Databricks app using DABs from one environment to another. Deployment works but FastAPI redirects to localhost after deployment, though the homepage loads fine. Need reference code or repo that handles FastAPI URL routing correctly in Databricks apps using DABs.Have tried official docs and community posts but stuck on redirect issues. Any pointers, working samples, or bundle configs would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are exploring three different methods for deploying applications using Databricks app bundles, as defined in the resource\app_deployment.yml file:&lt;/SPAN&gt;&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;&lt;P class=""&gt;&lt;STRONG&gt;Basic App Deployment:&lt;/STRONG&gt;&lt;/P&gt;resources:&lt;BR /&gt;apps:&lt;BR /&gt;my_app:&lt;BR /&gt;name: "app-with-database"&lt;BR /&gt;source_code_path: ../app&lt;BR /&gt;description: "A Dash app leveraging an OLTP Database"&lt;BR /&gt;# Specifies resources accessible by this app&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Deployment with Lakebase Database Integration:&lt;/STRONG&gt;&lt;/P&gt;resources:&lt;BR /&gt;apps:&lt;BR /&gt;my_app:&lt;BR /&gt;name: "app-with-database"&lt;BR /&gt;source_code_path: ../app&lt;BR /&gt;description: "A Dash app leveraging an OLTP Database"&lt;BR /&gt;resources:&lt;BR /&gt;- name: "app-db"&lt;BR /&gt;description: "Lakebase database service"&lt;BR /&gt;database:&lt;BR /&gt;database_name: app-sample&lt;BR /&gt;instance_name: "instance-id....&amp;lt;&amp;gt;..&amp;lt;&amp;gt;"&lt;BR /&gt;permission: "CAN_CONNECT_AND_CREATE"&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Deployment Using a Job Manager App:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;resources:&lt;BR /&gt;apps:&lt;BR /&gt;job_manager:&lt;BR /&gt;name: "job_manager"&lt;BR /&gt;description: "An application dedicated to managing jobs created within this app bundle"&lt;BR /&gt;source_code_path: ../src/app&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;Each method has specific configurations and purposes. We are currently seeking best practices or sample configurations for correctly deploying such apps, especially those that utilize databases or job management, within Databricks app deployment bundles. Any guidance, working examples, or resource bundles that handle these cases, particularly addressing issues like FastAPI redirecting incorrectly after deployment, would be greatly appreciated.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 02 Nov 2025 09:52:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/looking-for-reference-dabs-bundle-yaml-and-resources-for/m-p/137278#M50720</guid>
      <dc:creator>bhawana-pandey</dc:creator>
      <dc:date>2025-11-02T09:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for reference DABs bundle yaml and resources for Databricks app deployment (FastAPI redi</title>
      <link>https://community.databricks.com/t5/data-engineering/looking-for-reference-dabs-bundle-yaml-and-resources-for/m-p/137408#M50736</link>
      <description>&lt;P&gt;This is a great place to start:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://apps-cookbook.dev/resources/" target="_blank"&gt;https://apps-cookbook.dev/resources/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Happy to answer specifics as they come after you've reviewed that resource.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 14:06:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/looking-for-reference-dabs-bundle-yaml-and-resources-for/m-p/137408#M50736</guid>
      <dc:creator>AbhaySingh</dc:creator>
      <dc:date>2025-11-03T14:06:54Z</dc:date>
    </item>
  </channel>
</rss>

