From 9f101346855071cfcaf9301a8f6c9fd0a40777f8 Mon Sep 17 00:00:00 2001 From: padam-prakash Date: Thu, 30 Apr 2026 09:29:48 +0530 Subject: [PATCH] Update FebrlExample notebook to add DOCS_DIR construction Update FebrlExample notebook to add DOCS_DIR construction. --- examples/databricks/FebrlExample.ipynb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/databricks/FebrlExample.ipynb b/examples/databricks/FebrlExample.ipynb index 8b565e784..667200008 100644 --- a/examples/databricks/FebrlExample.ipynb +++ b/examples/databricks/FebrlExample.ipynb @@ -40,7 +40,7 @@ "outputs": [], "source": [ "zinggDir = \"/models\"\n", - "modelId = \"zinggTestApr22\"" + "modelId = \"zinggTestApr28\"" ] }, { @@ -204,7 +204,7 @@ "outputs": [], "source": [ "\n", - "outputTable = \"zingg_catalog.output.febrlOutput23Apr\"\n", + "outputTable = \"zingg_catalog.output.febrlOutput28Apr\"\n", "outputPipe = UCPipe(\"resultFebrl\", outputTable)\n", "args.setOutput(outputPipe)" ] @@ -630,11 +630,12 @@ }, "outputs": [], "source": [ + "\n", "options = ClientOptions([ClientOptions.PHASE,\"generateDocs\"])\n", "#Zingg execution for the given phase\n", "zingg = ZinggWithSpark(args, options)\n", "zingg.initAndExecute()\n", - "\n", + "DOCS_DIR = zinggDir + \"/\" + modelId + \"/docs/\"\n", "dbutils.fs.ls('file:'+DOCS_DIR)\n", "\n", "# see the labels\n", @@ -677,7 +678,7 @@ }, "pythonIndentUnit": 4 }, - "notebookName": "FebrlExample", + "notebookName": "DBOSS", "widgets": {} }, "language_info": {