Shu-Chun Wu
12/11/2025, 3:56 PMrun:
tags: r_data_processing, r_regression_training, r_local_predict
disable_tracking:
pipelines:
- segmentation_evaluate
- segmentation_preprocessingEmilio Vega
12/11/2025, 4:07 PMRavi Kumar Pilla
12/11/2025, 4:15 PMRavi Kumar Pilla
12/11/2025, 4:18 PMRavi Kumar Pilla
12/11/2025, 4:26 PMShu-Chun Wu
12/11/2025, 6:12 PMRavi Kumar Pilla
12/11/2025, 6:18 PMbefore_pipeline_run spec has
before_pipeline_run(run_params, pipeline, catalog) where the pipeline object contains tags information pipeline.tags . Now you can have a custom logic to disable mlflow tracing if certain tag is present.
I am not sure about the part on how you will get hold of the mlflow object as I haven't worked on it. But you can get hold of pipeline object, tags and add additional behavior before a pipeline is run using the hook mentioned here.Shu-Chun Wu
12/19/2025, 3:29 PMrun:
tags: r_data_processing, r_regression_training, r_local_predict
kedro run --config=conf/hpc_run_conf.yml