Skip to content

Commit

Permalink
Merge branch 'feature/featurestore/1.0.3' into featurestore/stats
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh97 committed Sep 21, 2023
2 parents 96e8ed4 + 05d5032 commit 4f1606b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ads/feature_store/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,6 +865,8 @@ def _update_from_oci_dataset_model(self, oci_dataset: OCIDataset) -> "Dataset":
features_list.append(output_feature)

value = {self.CONST_ITEMS: features_list}
elif infra_attr == self.CONST_FEATURE_GROUP:
value = getattr(self.oci_dataset, dsc_attr)
else:
value = dataset_details[infra_attr]
self.set_spec(infra_attr, value)
Expand Down

0 comments on commit 4f1606b

Please sign in to comment.