Base
if 'condition' not in globals():
from mage_ai.data_preparation.decorators import condition
@condition
def evaluate_condition(*args, **kwargs) -> bool:
return True
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
if 'condition' not in globals():
from mage_ai.data_preparation.decorators import condition
@condition
def evaluate_condition(*args, **kwargs) -> bool:
return True
Was this page helpful?