https://kedro.org/ logo
#plugins-integrations
Title
# plugins-integrations
g

Galileo-Galilei

02/04/2022, 12:24 PM
Can you try this:
Copy code
from kedro.framework.session import KedroSession
from kedro_mlflow.config import get_mlflow_config

with KedroSession.create() as session:
  mlflow_config=get_mlflow_config()
  mlflow_config.setup()
  < your code>