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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,7 @@ 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">`__
"""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