From 412b579260194021b2091d563bb1cdc548ffd181 Mon Sep 17 00:00:00 2001 From: Cyndi Morris Date: Mon, 1 Jul 2024 20:13:35 -1000 Subject: [PATCH] databricks try #2 --- main.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.py b/main.py index d6c575f43..37cd67455 100644 --- a/main.py +++ b/main.py @@ -13,6 +13,12 @@ def install_databricks_cli(): # Install databricks-cli if not already installed install_databricks_cli() + +# Import mlflow and other necessary modules after installation +import mlflow + +# Your other script logic continues here... + # End extra code import json