Lucas Fobian
06/11/2021, 8:06 PMKevin Kho
@task
def abc():
logger = prefect.context.get("logger")
<http://logger.info|logger.info>(the_value)
return 1Kevin Kho
Lucas Fobian
06/11/2021, 8:21 PMKevin Kho
task.run() . If you’re in a notebook/interactive mode, maybe you can just run the task to diagnose?Lucas Fobian
06/11/2021, 8:29 PM