Benjamin Chew
06/26/2023, 10:09 PMPythonTask
and PythonFunctionTask
documentation under flytekit.extend
, and am unsure about what the difference between the 2 are. Specifically, what does it mean by PythonTask
should be used for task types when there is no python function to be executed?Yee
PythonTask
I think what you’re looking of if PythonInstanceTask
- take a look at the shell task for an exampleBenjamin Chew
06/27/2023, 3:41 AMPythonInstanceTask
and PythonFunctionTask
is in their use case, where the former if we want to instantiate the task, and the latter if we want our task to be a decorator? Am I understanding this correctly?Yee
Benjamin Chew
06/27/2023, 4:24 PM