Skip to content

Commit f62c46d

Browse files
authored
Merge pull request #359 from KshitizLohia/master
Added feature store conda v2 (Merge post conda pack release)
2 parents c6f0dba + ca4e2eb commit f62c46d

11 files changed

+53370
-4608
lines changed

notebook_examples/data/201901-citibike-tripdata.csv

Lines changed: 150 additions & 0 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_ehr_data.ipynb

Lines changed: 767 additions & 1602 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_embeddings.ipynb

Lines changed: 1901 additions & 737 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_embeddings_openai.ipynb

Lines changed: 5600 additions & 907 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_medical_synthetic_data_openai.ipynb

Lines changed: 296 additions & 501 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_pii_redaction_and_transformation.ipynb

Lines changed: 349 additions & 365 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_querying.ipynb

Lines changed: 5075 additions & 205 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_quickstart.ipynb

Lines changed: 37439 additions & 147 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_schema_evolution.ipynb

Lines changed: 1778 additions & 129 deletions
Large diffs are not rendered by default.

notebook_examples/feature_store_spark_magic.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"qweews@notebook{feature_store_spark_magic.ipynb,\n",
99
" title: Data Flow Studio : Big Data Operations in Feature Store.,\n",
1010
" summary: Run Feature Store on interactive Spark workloads on a long lasting Data Flow Cluster.,\n",
11-
" developed_on: fspyspark32_p38_cpu_v1,\n",
11+
" developed_on: fspyspark32_p38_cpu_v2,\n",
1212
" keywords: feature store, querying,spark magic,data flow\n",
1313
" license: Universal Permissive License v 1.0\n",
1414
"}"
@@ -21,7 +21,7 @@
2121
"metadata": {},
2222
"outputs": [],
2323
"source": [
24-
"!odsc conda install -s fspyspark32_p38_cpu_v1"
24+
"!odsc conda install -s fspyspark32_p38_cpu_v2"
2525
]
2626
},
2727
{
@@ -129,7 +129,7 @@
129129
"<a id='pre_requisites'></a>\n",
130130
"# 2. Pre-requisites to Running this Notebook\n",
131131
"\n",
132-
"Data Flow Sessions are accessible using the PySpark 3.2 and Feature Store Python 3.8 (fspyspark32_p38_cpu_v1) conda environment.\n",
132+
"Data Flow Sessions are accessible using the PySpark 3.2 and Feature Store Python 3.8 (fspyspark32_p38_cpu_v2) conda environment.\n",
133133
"\n",
134134
"The [Data Catalog Hive Metastore](https://docs.oracle.com/en-us/iaas/data-catalog/using/metastore.htm) provides schema definitions for objects in structured and unstructured data assets. The Metastore is the central metadata repository to understand tables backed by files on object storage. You can customize `fs_pyspark32_p38_cpu_v1`, publish it, and use it as a runtime environment for a Data Flow session cluster. The metastore id of hive metastore is tied to feature store construct of feature store service."
135135
]
@@ -249,7 +249,7 @@
249249
"metastore_id = \"<metastore_id>\"\n",
250250
"logs_bucket_uri = \"<logs-bucket-url>\"\n",
251251
"\n",
252-
"custom_conda_environment_uri = \"oci://service-conda-packs@id19sfcrra6z/service_pack/cpu/PySpark_3.2_and_Feature_Store/1.0/fspyspark32_p38_cpu_v1#conda\""
252+
"custom_conda_environment_uri = \"oci://service-conda-packs@id19sfcrra6z/service_pack/cpu/PySpark_3.2_and_Feature_Store/1.0/fspyspark32_p38_cpu_v2#conda\""
253253
]
254254
},
255255
{
@@ -665,9 +665,9 @@
665665
],
666666
"metadata": {
667667
"kernelspec": {
668-
"display_name": "Python [conda env:fspyspark32_p38_cpu_v1]",
668+
"display_name": "Python [conda env:fspyspark32_p38_cpu_v2]",
669669
"language": "python",
670-
"name": "conda-env-fspyspark32_p38_cpu_v1-py"
670+
"name": "conda-env-fspyspark32_p38_cpu_v2-py"
671671
},
672672
"language_info": {
673673
"codemirror_mode": {

0 commit comments

Comments
 (0)