Base
if 'callback' not in globals():
from mage_ai.data_preparation.decorators import callback
@callback('success')
def success_callback(**kwargs):
pass
@callback('failure')
def failure_callback(**kwargs):
pass
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
if 'callback' not in globals():
from mage_ai.data_preparation.decorators import callback
@callback('success')
def success_callback(**kwargs):
pass
@callback('failure')
def failure_callback(**kwargs):
pass
Was this page helpful?