Question about folder structure when uploading subproject artifacts
See original GitHub issueI use self-hosted clearml and MinIO.
I was able to create a subproject and upload the artifacts with the following settings.
task = Task.init(
project_name="examples/sub",
task_name="task_name",
output_uri="s3://localhost:9000/test",
)
As a result, the folder structure of MinIO looks like this:
└── examples%2Fsub
└── task_name.ec4533155df84de49098959ec8ccb6ca
└── artifacts
Is it possible to create a ‘sub’ folder under ‘examples’ ?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to manage maven sub projects not in the same directory ...
I want to move the child projects now to separate svn location, so that they can have their own life cycle , of...
Read more >Directory structure - how do I upload it as-is to an artifactory?
This can be done through the Jrog CLI. The CLI has a recursive option that looks like it will do what you hope....
Read more >Managing Folder structure in Tableau Server
I have a question regarding tableau server folder structure. Is it possible to add a second level of folders in the tableau server...
Read more >Organizing Gradle Projects - Gradle User Manual
It defines the directory src/main/java as the default source directory for compilation. The output directory for compiled source code and other artifacts (like ......
Read more >Recording tests and artifacts - Jenkins
To collect our test results and artifacts, we will use the post section. Jenkinsfile (Declarative Pipeline). pipeline { agent any stages { stage('Test') ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @tsutsu3 ,
So just to verify, this should be the result:
Currently no, but this should be possible, let me update here once this is possible 😃
@kajetanj I think this was fixed, can you check the latest RC (1.7.3rc1)?