Ezekiel Day
05/31/2023, 7:49 PMJuan Luis
06/01/2023, 5:07 AMfrom kedro.framework.session import KedroSession
from kedro.framework.startup import bootstrap_project
bootstrap_project(project_root)
with KedroSession.create(project_path=project_root, env="databricks") as session:
session.run()
please have a look at these docs for more info: https://docs.kedro.org/en/stable/integrations/databricks_workspace.html#run-your-kedro-project-from-the-databricks-notebook