<?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 Re: Databricks Asset Bundles Deploy Apps in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148241#M4870</link>
    <description>&lt;P&gt;Yes&lt;STRONG&gt;&lt;EM&gt; if you have CLI access&lt;/EM&gt;&lt;/STRONG&gt; -&lt;CODE&gt;databricks bundle deploy&lt;/CODE&gt; creates the app resource,&amp;nbsp;while&amp;nbsp;&lt;CODE&gt;databricks bundle run my_app&lt;/CODE&gt;deploys the code and starts it&amp;nbsp;(use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;my_app&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp; -&amp;nbsp;&lt;/SPAN&gt;your resource key from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;databricks.yml&lt;/CODE&gt;, not&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;my-streamlit-app&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;-&amp;nbsp;&lt;/SPAN&gt;the app name). Both are required here&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Feb 2026 22:59:14 GMT</pubDate>
    <dc:creator>sarahbhord</dc:creator>
    <dc:date>2026-02-12T22:59:14Z</dc:date>
    <item>
      <title>Databricks Asset Bundles Deploy Apps</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148125#M4856</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I checked bundle app example in Github.&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://github.com/databricks/bundle-examples/blob/main/knowledge_base/app_with_database/resources/myapp.app.yml" target="_blank" rel="noopener nofollow noreferrer ugc"&gt;https://github.com/databricks/bundle-examples/blob/main/knowledge_base/app_with_database/resources/myapp.app.yml&lt;/A&gt;&lt;BR /&gt;Then, I deployed a streamlit app via Databricks Asset Bundles. Then I opened the related app from Compute/Apps tab. No Source Code is written there.&amp;nbsp;&lt;BR /&gt;How can I deploy my streamlit app with source code?&lt;BR /&gt;&lt;BR /&gt;databricks.yml:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# This is a Databricks asset bundle definition for a-simple-app.
bundle:
  name: app_example

include:
  - resources/*.yml

targets:
  dev:
    default: true
    mode: development&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;myapp.app.yml:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;resources:
  apps:
    my_app:
      name: "a-simple-app"
      source_code_path: ../app
      description: "A basic streamlit app"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Compute/Apps page: (No Source Code)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lion_king_84_0-1770882935941.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/23968iA90220E20BC89820/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lion_king_84_0-1770882935941.png" alt="lion_king_84_0-1770882935941.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 07:55:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148125#M4856</guid>
      <dc:creator>lion_king_84</dc:creator>
      <dc:date>2026-02-12T07:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Asset Bundles Deploy Apps</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148186#M4858</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/214701"&gt;@lion_king_84&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;If the source code is not appearing, it is likely your Asset Bundle configuration omitted the correct &lt;CODE class="p8i6j0f"&gt;source_code_path&lt;/CODE&gt; or the deployment didn't sync your local files.&lt;/P&gt;
&lt;P&gt;Do the deploy logs confirm the upload of source files? Have you completed all 5 steps &lt;A href="https://github.com/databricks/bundle-examples/blob/main/knowledge_base/app_with_database/README.md" target="_blank"&gt;here&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;Let me know -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sarah&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 15:09:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148186#M4858</guid>
      <dc:creator>sarahbhord</dc:creator>
      <dc:date>2026-02-12T15:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Asset Bundles Deploy Apps</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148218#M4865</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/143567"&gt;@sarahbhord&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to run the databricks bundle deploy command because I do not have CLI access. Therefore, I am deploying the application directly through the Databricks Workspace UI.&lt;/P&gt;&lt;P&gt;Streamlit app files are successfully deployed into the deployment target:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lion_king_84_0-1770914601575.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/23990i175F86AC4528BF80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lion_king_84_0-1770914601575.png" alt="lion_king_84_0-1770914601575.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Streamlit app files are successfully deployed into the deployment target:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lion_king_84_0-1770914232462.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/23988i147237C7B419B010/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lion_king_84_0-1770914232462.png" alt="lion_king_84_0-1770914232462.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;still see No Source Code in the app page. I need to click the Deploy button and then select the path of the source code. I don't want to make it manually. How can I make it via databricks.yml file or Github actions code?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lion_king_84_1-1770914636876.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/23991i5C91C5FA2F743CB8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lion_king_84_1-1770914636876.png" alt="lion_king_84_1-1770914636876.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 16:44:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148218#M4865</guid>
      <dc:creator>lion_king_84</dc:creator>
      <dc:date>2026-02-12T16:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Asset Bundles Deploy Apps</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148228#M4866</link>
      <description>&lt;DIV class="prose dark:prose-invert inline leading-relaxed break-words min-w-0 [word-break:break-word] prose-strong:font-medium visRefresh2026Fonts:prose-strong:font-bold [&amp;amp;_&amp;gt;*:first-child]:mt-0"&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;I noticed your &lt;CODE&gt;databricks.yml&lt;/CODE&gt; uses &lt;CODE&gt;include: - resources/*.yml&lt;/CODE&gt;, so you need to define the &lt;CODE&gt;source_code_path&lt;/CODE&gt; in a separate file inside the &lt;CODE&gt;resources/&lt;/CODE&gt; folder.&lt;/P&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;&lt;STRONG&gt;Create &lt;CODE&gt;resources/app.yml&lt;/CODE&gt;:&lt;/STRONG&gt;&lt;/P&gt;
&lt;DIV class="w-full md:max-w-[90vw]"&gt;
&lt;DIV class="codeWrapper text-light selection:text-super selection:bg-super/10 my-md relative flex flex-col rounded-lg font-mono text-sm font-normal visRefresh2026Fonts:font-medium bg-subtler"&gt;
&lt;DIV class="-mt-xl"&gt;
&lt;DIV&gt;
&lt;DIV class="text-quiet bg-subtle py-xs px-sm inline-block rounded-br rounded-tl-lg text-xs font-thin" data-testid="code-language-indicator"&gt;&lt;LI-CODE lang="markup"&gt;resources:
  apps:
    my_app:
      name: "my-streamlit-app"
      source_code_path: ./app  # Path to your app files relative to databricks.yml
&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;Then, adjust the path based on your structure. The path should point to where your &lt;CODE&gt;app.py&lt;/CODE&gt; and &lt;CODE&gt;requirements.txt&lt;/CODE&gt;&amp;nbsp;live. Let me know if that does the trick.&lt;/P&gt;
&lt;P class="my-2 [&amp;amp;+p]:mt-4 [&amp;amp;_strong:has(+br)]:inline-block [&amp;amp;_strong:has(+br)]:pb-2"&gt;- Sarah&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Feb 2026 20:33:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148228#M4866</guid>
      <dc:creator>sarahbhord</dc:creator>
      <dc:date>2026-02-12T20:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Asset Bundles Deploy Apps</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148233#M4867</link>
      <description>&lt;P&gt;In order to make it simpler, I removed include statement and added apps resource into the databricks.yml file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# This is a Databricks asset bundle definition for a-simple-app.
bundle:
  name: app_example

workspace:
  root_path: /Shared/bundles/snri-bundle

sync:
  paths:
    - app

resources:
  apps:
    my_app:
      name: "my-streamlit-app"
      source_code_path: ./app

targets:
  dev:
    mode: production
    default: true
    &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deployment output and folder structure:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lion_king_84_0-1770929876241.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/23993i17955E62943457B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lion_king_84_0-1770929876241.png" alt="lion_king_84_0-1770929876241.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;app was deployed successfully:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lion_king_84_2-1770929944670.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/23995i2024223CEE1ECE39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lion_king_84_2-1770929944670.png" alt="lion_king_84_2-1770929944670.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;still getting No Source Code error message:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lion_king_84_3-1770929993860.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/23996iC4AE513DD676E10F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lion_king_84_3-1770929993860.png" alt="lion_king_84_3-1770929993860.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 21:00:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148233#M4867</guid>
      <dc:creator>lion_king_84</dc:creator>
      <dc:date>2026-02-12T21:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Asset Bundles Deploy Apps</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148234#M4868</link>
      <description>&lt;P&gt;Thanks - can you please try removing&amp;nbsp;&lt;CODE&gt;sync.paths&lt;/CODE&gt;?&amp;nbsp;&lt;SPAN&gt;That way the bundle handles file deployment automatically and&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;./app&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;should work correctly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 21:55:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148234#M4868</guid>
      <dc:creator>sarahbhord</dc:creator>
      <dc:date>2026-02-12T21:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Asset Bundles Deploy Apps</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148239#M4869</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;databricks.yml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# This is a Databricks asset bundle definition for a-simple-app.
bundle:
  name: app_example

workspace:
  root_path: /Shared/bundles/snri-bundle

resources:
  apps:
    my_app:
      name: "my-streamlit-app"
      source_code_path: ./app

targets:
  dev:
    mode: production
    default: true
    &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;deployment target:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lion_king_84_0-1770934730966.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/23998i1E7786E79A0AC236/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lion_king_84_0-1770934730966.png" alt="lion_king_84_0-1770934730966.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Databricks Compute/Apps:&amp;nbsp;&lt;BR /&gt;- still getting No Source Code&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lion_king_84_1-1770934779399.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/23999i16F8E5135AEED711/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lion_king_84_1-1770934779399.png" alt="lion_king_84_1-1770934779399.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do I need to run a command as below after Databricks Asset Bundle deployment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;databricks apps deploy my-streamlit-app --source-code-path /Workspace/Shared/bundles/snri-bundle/files/app&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 22:23:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148239#M4869</guid>
      <dc:creator>lion_king_84</dc:creator>
      <dc:date>2026-02-12T22:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Asset Bundles Deploy Apps</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148241#M4870</link>
      <description>&lt;P&gt;Yes&lt;STRONG&gt;&lt;EM&gt; if you have CLI access&lt;/EM&gt;&lt;/STRONG&gt; -&lt;CODE&gt;databricks bundle deploy&lt;/CODE&gt; creates the app resource,&amp;nbsp;while&amp;nbsp;&lt;CODE&gt;databricks bundle run my_app&lt;/CODE&gt;deploys the code and starts it&amp;nbsp;(use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;my_app&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp; -&amp;nbsp;&lt;/SPAN&gt;your resource key from&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;databricks.yml&lt;/CODE&gt;, not&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;my-streamlit-app&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;-&amp;nbsp;&lt;/SPAN&gt;the app name). Both are required here&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 22:59:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148241#M4870</guid>
      <dc:creator>sarahbhord</dc:creator>
      <dc:date>2026-02-12T22:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Asset Bundles Deploy Apps</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148242#M4871</link>
      <description>&lt;P&gt;I looked further - t&lt;SPAN&gt;he&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;databricks.yml&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;file is&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="font-family: inherit;"&gt;not used&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;in this UI-based workflow - it's only for CLI deployments. Your app configuration therefore comes from selecting options in the UI. I believe that is why the code is never getting deployed here.&lt;BR /&gt;&lt;BR /&gt;The pull from Git cant be automated without CLI access. Apologies for this confusion!!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 23:03:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148242#M4871</guid>
      <dc:creator>sarahbhord</dc:creator>
      <dc:date>2026-02-12T23:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Asset Bundles Deploy Apps</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148408#M4885</link>
      <description>&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;Did you find this information in the official documentation — specifically the statement that “the databricks.yml file is not used in this UI-based workflow”?&lt;/P&gt;&lt;P&gt;I may need to reference the source documentation to support this point.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Feb 2026 11:07:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148408#M4885</guid>
      <dc:creator>lion_king_84</dc:creator>
      <dc:date>2026-02-14T11:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Asset Bundles Deploy Apps</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148519#M4889</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/143567"&gt;@sarahbhord&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;App deploy as part of asset bundle quite confusing and do not looks logical and finished.&lt;/P&gt;&lt;P&gt;You need to run "databricks bundle deploy", then "databricks apps deploy", then "databricks apps start"&lt;BR /&gt;After plain "bundle deploy" you will see "no source code" but only after "databricks apps deploy" you will see some folder either local workspace or dbfs&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 13:11:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-asset-bundles-deploy-apps/m-p/148519#M4889</guid>
      <dc:creator>rvm1975</dc:creator>
      <dc:date>2026-02-16T13:11:06Z</dc:date>
    </item>
  </channel>
</rss>

