Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2025 03:55 AM
I do have one question, i think this post is the best suitable. I do want to override a wheel files into a Volume i do have already created in my CICD process. I do have something like this:
- ${{if parameters.filesPackages}}:
- ${{ each filein parameters.filesPackages}}:
- script: |
ls ${{ file.sourcePath }}
databricks fs cp ${{ file.sourcePath }} ${{ file.targetPath }} -r --overwrite || exit 1
displayName: "Deploy package ${{ file.name }} to Volume"
Being file.targetPath = /Volumes/1/2/3