Hi folks, question about inspecting prefect function tasks, is there a way to retrieve the arguments that are used to run the task. Please see a simple example in the thread.
Marwan Sarieddine
01/16/2021, 4:56 PM
Copy code
import prefect
@prefect.task
def add(x, y):
return x + y
with prefect.Flow("test-flow") as flow:
add(1, 2)
add_task = flow.get_tasks("add")[0]
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.