question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question about folder structure when uploading subproject artifacts

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
JDennisJcommented, Jul 25, 2021

Hi @tsutsu3 ,

So just to verify, this should be the result:

└── examples
  └──sub
    └── task_name.ec4533155df84de49098959ec8ccb6ca
       └── artifacts

Is it possible to create a ‘sub’ folder under ‘examples’ ?

Currently no, but this should be possible, let me update here once this is possible 😃

0reactions
jkhenningcommented, Nov 7, 2022

@kajetanj I think this was fixed, can you check the latest RC (1.7.3rc1)?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found