asset bundle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2025 09:24 AM
Hello Guys,
Actually, i build a custom asset bundle config, but i have a issue when i create several sub directories inside resources directory.
After running the command databricks bundle summary, databricks librairies mentionned that resources its empty
Someone no more about !
Thanx for help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2025 06:39 AM
Hi @seefoods, databricks asset bundles don’t automatically detect resources in subdirectories unless they’re explicitly listed or a recursive pattern is used in the config.
To resolve this, you can update the include section with a pattern like resources/**/*.yml or list the specific files or folders you want to include.