great-evening-65843
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?thankful-minister-83577
PythonTask I think what you’re looking of if PythonInstanceTask - take a look at the shell task for an examplegreat-evening-65843
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?thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
great-evening-65843
06/27/2023, 4:24 PM