Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 02:50 AM
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