Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2026 02:23 PM
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:
Databricks Compute/Apps:
- still getting No Source Code
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