punchbowl.prefect#

Functions#

completion_debugger(task, task_run, state)

Run on task completion during debug mode.

failure_hook(task, task_run, state)

Run if a punch_task fails.

punch_task(*args, **kwargs)

Prefect task that does PUNCH special things.

Module Contents#

punchbowl.prefect.completion_debugger(task, task_run, state)#

Run on task completion during debug mode.

punchbowl.prefect.failure_hook(task, task_run, state)#

Run if a punch_task fails.

punchbowl.prefect.punch_task(*args, **kwargs)#

Prefect task that does PUNCH special things.