You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a pipeline through PipelineController and pipeline scheduler. All tasks from this pipeline automatically store in pipeline project with path as: {ProjectName}/.pipelines/{PipelineName} . This project path also displayed in pipeline task info.
If a try to get all tasks by this project path i've got warning:
clearml - WARNING - No projects were found with name(s): {ProjectName}/.pipelines/{PipelineName}
How i can get all tasks from this automatically created pipeline project path?
The text was updated successfully, but these errors were encountered:
I create a pipeline through PipelineController and pipeline scheduler. All tasks from this pipeline automatically store in pipeline project with path as: {ProjectName}/.pipelines/{PipelineName} . This project path also displayed in pipeline task info.
If a try to get all tasks by this project path i've got warning:
How i can get all tasks from this automatically created pipeline project path?
The text was updated successfully, but these errors were encountered: