Afaque Ahmad
05/23/2023, 9:12 AMPipelineHooks
and MLFlowHooks
and both have before_pipeline_run
. I need the hook before_pipeline_run
defined in PipelineHooks
to run before the one in MLFlowHooks
. I've specified this order below in settings.py
, but it doens't work:
HOOKS = (
PipelineHooks(),
MLFlowHooks(),
)
Is there any way to keep an order of execution?Juan Luis
05/23/2023, 9:32 AMAfaque Ahmad
05/23/2023, 9:56 AMDeepyaman Datta
05/23/2023, 1:27 PMJuan Luis
05/23/2023, 10:16 PMAfaque Ahmad
05/24/2023, 2:02 AM