Thank you!

databricks.yml

 

# 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
    

 


deployment target:

lion_king_84_0-1770934730966.png

Databricks Compute/Apps: 
- still getting No Source Code

lion_king_84_1-1770934779399.png

Do I need to run a command as below after Databricks Asset Bundle deployment?

 

databricks apps deploy my-streamlit-app --source-code-path /Workspace/Shared/bundles/snri-bundle/files/app