Skip to content

Commit fe3ba2e

Browse files
committed
added notebook examples
1 parent 5d34fca commit fe3ba2e

File tree

2 files changed

+58
-37365
lines changed

2 files changed

+58
-37365
lines changed

notebook_examples/feature_store_ehr_data.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
"outputs": [],
210210
"source": [
211211
"import ads\n",
212-
"ads.set_auth(auth=\"resource_principal\", client_kwargs={\"fs_service_endpoint\": \"https://pxch6velt3jybrrmzja7p74bam.apigateway.us-ashburn-1.oci.customer-oci.com/20230101\"})"
212+
"ads.set_auth(auth=\"resource_principal\", client_kwargs={\"fs_service_endpoint\": \"{api_endpoint}/20230101\"})"
213213
]
214214
},
215215
{
@@ -236,7 +236,7 @@
236236
"import os\n",
237237
"\n",
238238
"compartment_id = os.environ.get(\"NB_SESSION_COMPARTMENT_OCID\")\n",
239-
"metastore_id = \"ocid1.datacatalogmetastore.oc1.iad.amaaaaaabiudgxya2ipeqjr2m7npnn3kboq4s27erl3ts56wggl6ls6gpn3q\""
239+
"metastore_id = \"<metastore_id>\""
240240
]
241241
},
242242
{

0 commit comments

Comments
 (0)