From 4416120975c2e4fe76d6b7bda31b1a35b23f78f2 Mon Sep 17 00:00:00 2001 From: enya-yx Date: Thu, 29 Sep 2022 16:31:23 +0800 Subject: [PATCH] Apply a same credential within each sample --- docs/samples/fraud_detection_demo.ipynb | 2 +- docs/samples/product_recommendation_demo.ipynb | 2 +- docs/samples/product_recommendation_demo_advanced.ipynb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/samples/fraud_detection_demo.ipynb b/docs/samples/fraud_detection_demo.ipynb index 88c672160..0f35bc3bb 100644 --- a/docs/samples/fraud_detection_demo.ipynb +++ b/docs/samples/fraud_detection_demo.ipynb @@ -284,7 +284,7 @@ }, "outputs": [], "source": [ - "client = FeathrClient(config_path=tmp.name)" + "client = FeathrClient(config_path=tmp.name, credential=credential)" ] }, { diff --git a/docs/samples/product_recommendation_demo.ipynb b/docs/samples/product_recommendation_demo.ipynb index aa7699eb5..8636bb992 100644 --- a/docs/samples/product_recommendation_demo.ipynb +++ b/docs/samples/product_recommendation_demo.ipynb @@ -284,7 +284,7 @@ "metadata": {}, "outputs": [], "source": [ - "feathr_client = FeathrClient(config_path=tmp.name)" + "feathr_client = FeathrClient(config_path=tmp.name, credential=credential)" ] }, { diff --git a/docs/samples/product_recommendation_demo_advanced.ipynb b/docs/samples/product_recommendation_demo_advanced.ipynb index fff2a1cd5..de3eb2654 100644 --- a/docs/samples/product_recommendation_demo_advanced.ipynb +++ b/docs/samples/product_recommendation_demo_advanced.ipynb @@ -420,7 +420,7 @@ }, "outputs": [], "source": [ - "client = FeathrClient(config_path=tmp.name)" + "client = FeathrClient(config_path=tmp.name, credential=credential)" ] }, {