Laurens Vijnck
10/22/2024, 2:14 PMkedro run
While, the next one does
kedro run -e mlfow
Nok Lam Chan
10/22/2024, 2:25 PMNok Lam Chan
10/22/2024, 2:26 PMNok Lam Chan
10/22/2024, 2:27 PMsettings.py
, you can disable environment via:
# DISABLE_HOOKS_FOR_PLUGINS = ("kedro-viz",)
but this is environment agnostic. This is read before Kedro reading any configuration so "environment" isn't available and will requires some workaround for now.