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)" ] }, {