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": {