You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ads/feature_store/docs/source/demo.rst
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,22 @@ Demos
25
25
26
26
* - `UI exploration for feature store <https://objectstorage.us-ashburn-1.oraclecloud.com/p/hh2NOgFJbVSg4amcLM3G3hkTuHyBD-8aE_iCsuZKEvIav1Wlld-3zfCawG4ycQGN/n/ociodscdev/b/oci-feature-store/o/beta/demos/ui-interface.mp4>`__
27
27
- | 1. More about `conda environment <https://docs.oracle.com/en-us/iaas/data-science/using/conda_understand_environments.htm">`__
28
-
|2. UI exploration of feature store
29
-
|3. UI exploration of feature groups and datasets
28
+
|2. UI exploration of feature store, feature groups and dataset
30
29
31
30
* - `Feature store on the notebook using spark magic <https://objectstorage.us-ashburn-1.oraclecloud.com/p/hh2NOgFJbVSg4amcLM3G3hkTuHyBD-8aE_iCsuZKEvIav1Wlld-3zfCawG4ycQGN/n/ociodscdev/b/oci-feature-store/o/beta/demos/feature-store-spark-magic.mp4>`__
32
31
- | 1. More about `conda environment <https://docs.oracle.com/en-us/iaas/data-science/using/conda_understand_environments.htm">`__
33
32
|2. Policies requires to run feature store using spark magic
34
33
|3. More about `OCI Data Flow Studio <https://accelerated-data-science.readthedocs.io/en/latest/user_guide/apachespark/dataflow-spark-magic.html>`__
35
34
36
-
* - `Deploy feature store stack using terraform <https://objectstorage.us-ashburn-1.oraclecloud.com/p/hh2NOgFJbVSg4amcLM3G3hkTuHyBD-8aE_iCsuZKEvIav1Wlld-3zfCawG4ycQGN/n/ociodscdev/b/oci-feature-store/o/beta/demos/feature-store-deployment.mp4>`__
35
+
* - `Feature Store Stats and Validation <https://objectstorage.us-ashburn-1.oraclecloud.com/p/hh2NOgFJbVSg4amcLM3G3hkTuHyBD-8aE_iCsuZKEvIav1Wlld-3zfCawG4ycQGN/n/ociodscdev/b/oci-feature-store/o/beta/demos/feature-store-stats-validation.mp4>`__
37
36
- | 1. More about `conda environment <https://docs.oracle.com/en-us/iaas/data-science/using/conda_understand_environments.htm">`__
|3. Setting up feature store using terraform stack
37
+
|2. Feature Store Statistics and Validation
38
+
39
+
* - | 1. `Deploy feature store stack using terraform for admin users <https://objectstorage.us-ashburn-1.oraclecloud.com/p/hh2NOgFJbVSg4amcLM3G3hkTuHyBD-8aE_iCsuZKEvIav1Wlld-3zfCawG4ycQGN/n/ociodscdev/b/oci-feature-store/o/beta/demos/feature-store-admin-deployment.mp4>`__
40
+
|2. `Deploy feature store stack using terraform for non admin users <https://objectstorage.us-ashburn-1.oraclecloud.com/p/hh2NOgFJbVSg4amcLM3G3hkTuHyBD-8aE_iCsuZKEvIav1Wlld-3zfCawG4ycQGN/n/ociodscdev/b/oci-feature-store/o/beta/demos/feature-store-non-admin-deployment.mp4>`__
41
+
|3. `Deploy feature store stack using terraform BYODB ATP instance <https://objectstorage.us-ashburn-1.oraclecloud.com/p/hh2NOgFJbVSg4amcLM3G3hkTuHyBD-8aE_iCsuZKEvIav1Wlld-3zfCawG4ycQGN/n/ociodscdev/b/oci-feature-store/o/beta/demos/feature-store-byodb-atp.mp4>`__
42
+
|4. `Deploy feature store stack using terraform BYODB MySQL instance <https://objectstorage.us-ashburn-1.oraclecloud.com/p/hh2NOgFJbVSg4amcLM3G3hkTuHyBD-8aE_iCsuZKEvIav1Wlld-3zfCawG4ycQGN/n/ociodscdev/b/oci-feature-store/o/beta/demos/feature-store-byodb-mysql.mp4>`__
43
+
- | 1. Setting up feature store using terraform stack for admin user
44
+
|2. Setting up feature store using terraform stack for non admin user
45
+
|3. Setting up feature store using terraform stack using customer ATP instance
46
+
|4. Setting up feature store using terraform stack MySQL instance
Copy file name to clipboardExpand all lines: ads/feature_store/docs/source/terraform.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ Oracle feature store is a stack based solution that is deployed in the customer
6
6
Customer can stand up the service with infrastructure in their own tenancy. The service consists of API in customer
7
7
tenancy using resource manager.
8
8
9
+
Below is the terraform stack deployment diagram of the feature store resources.
10
+
11
+
.. figure:: figures/feature_store_deployment.png
12
+
:width:400
13
+
9
14
.. note::
10
15
11
16
Blue-green deployment is a strategy for releasing new versions of an application with minimal downtime and risk. It is used in Kubernetes, as well as other deployment environments, to achieve a smooth transition between application versions with the ability to quickly rollback if issues are detected.
"""Tests with select and join query with not matching column"""
196
-
withpytest.raises(ValueError, match="Cannot join feature group '"+self.mock_dsc_feature_group_1.name+"' on 'X', as it is not present in the feature group. "):
196
+
withpytest.raises(
197
+
ValueError,
198
+
match="Cannot join feature group '"
199
+
+self.mock_dsc_feature_group_1.name
200
+
+"' on 'X', as it is not present in the feature group. ",
0 commit comments