Unanswered
Hi, I Am Using Pipelinedecorator To Create Tasks.
Is There A Way To Force It To Use The Entire Git Repo It Is Created From On The Pythonpath?
Vs. Just The Decorated Function And Perhaps The Helper_Function=[Some_Function]?
So I had to add it explicitly via a docker init script
Oh yes, that makes sense, can't think of a better hack other than sys.path.append(os.path.join(os.path.dirname(__file__), "src"))
170 Views
0
Answers
2 years ago
one year ago