Again, this is not what I would recommend, and it's temporary, but this is how it looks like in databricks.yml :


include:
- ./$asset_folder/*.yml

And in the training section of my cicd pipeline :


- script: |
sed -i 's/\$asset_folder/resources_training/g' databricks.yml
workingDirectory: $(workingDirectory)
displayName: Define assets to be included in the bundle