Hey CostlyOstrich36 Thank you very much for the answer!
You want the ability to create pipeline steps in the controller simply by specifying the source control parameters + packages, correct?
So I guess yes but there are 2 cases;
case A : my running application (whose source code is in ./git/repo_1/
) wants to launch a simple clearml task (python script with Task.init()
) whose source code is ./git/repo_2
and specify branch,
script
and requirments_file
... the requirements_file
is in repo_2
case B : my running application (whose source code is in ./git/repo_1/
) wants to create a controller (with components using this syntax, https://www.youtube.com/watch?v=UVBk337xzZo ) whose source code is ./git/repo_2
and specify branch,
script
and requirments_file
... the requirements_file
is in repo_2