asset bundle

seefoods
Valued Contributor

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 



Renu_
Valued Contributor II

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.