Skip to content

Commit 8e064a4

Browse files
committed
added pii redaction
1 parent f69ef5b commit 8e064a4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

notebook_examples/feature_store_pii_redaction_and_transformation.ipynb

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
"cells": [
33
{
44
"cell_type": "raw",
5-
"id": "3bc6cad3",
6-
"metadata": {},
75
"source": [
8-
"qweews@notebook{feature_store-querying.ipynb,\n",
9-
" title: Using feature store for feature querying using pandas like interface for query and join,\n",
10-
" summary: Feature store quickstart guide to perform feature querying using pandas like interface for query and join.,\n",
6+
"qweews@notebook{feature_store_pii_redaction_and_transformation.ipynb,\n",
7+
" title: Use feature store to perform PII data redaction, summarization, translation using openai,\n",
8+
" summary: Use feature store to perform PII data redaction, summarization, translation using openai.,\n",
119
" developed_on: pyspark32_p38_cpu_feature_store_v1,\n",
1210
" keywords: feature store, querying,\n",
1311
" license: Universal Permissive License v 1.0\n",
1412
"}"
15-
]
13+
],
14+
"metadata": {
15+
"collapsed": false
16+
}
1617
},
1718
{
1819
"cell_type": "code",
@@ -265,7 +266,7 @@
265266
"outputs": [],
266267
"source": [
267268
"import ads\n",
268-
"ads.set_auth(auth=\"resource_principal\", client_kwargs={\"service_endpoint\": \"https://fnk6p6iswuttzxwffxq6uwpj2u.apigateway.us-ashburn-1.oci.customer-oci.com/20230101\"})"
269+
"ads.set_auth(auth=\"resource_principal\", client_kwargs={\"service_endpoint\": \"<api_path>\"})"
269270
]
270271
},
271272
{
@@ -292,7 +293,7 @@
292293
"import os\n",
293294
"\n",
294295
"compartment_id = \"<compartment_i>\"\n",
295-
"metastore_id = \"ocid1.datacatalogmetastore.oc1.iad.amaaaaaabiudgxyap7tizm4gscwz7amu7dixz7ml3mtesqzzwwg3urvvdgua\""
296+
"metastore_id = \"<metastore_id>\""
296297
]
297298
},
298299
{

0 commit comments

Comments
 (0)