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 use Task.get_tasks, but this filter works here too! I didn't find any mention of the "allow_extra_fields" filter in the documentation, but it works. Thanks for the tip!
It would be cool to add information about this filter to the documentation, or to make it possible to get tasks from pipeline projects.
@versus666jzx_allow_extra_fields_ provides forward compatibility to allow users to make use of latest APIs with older clients. Which SDK version are you using?
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: