Thanks! I looked through the documentation from both, and it seems that the difference between
PythonInstanceTask
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?
t
thankful-minister-83577
06/27/2023, 4:09 PM
the latter is for when you have a function.
👍 1
thankful-minister-83577
06/27/2023, 4:10 PM
things like a sql task or this shell task, there’s no python user code right?