Is there any way to debug the code with prefect de...
# pacc-feb-13-14-2024
w
Is there any way to debug the code with prefect decorators without using them?
1
k
you can add
.fn()
to a task function call
👍 1
a
i usually use ipdb for debugging 😅
👍 1