Skip to content

Commit 32aff63

Browse files
committed
List FeatureGroupJobs Bug Fixing
1 parent 9fb835e commit 32aff63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/feature_store/service/oci_feature_group_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def init_client(
9292
client = super().init_client(**kwargs)
9393

9494
# Define the list entities callable to list the resources
95-
cls.OCI_LIST_METHOD = client.list_entities
95+
cls.OCI_LIST_METHOD = client.list_feature_group_jobs
9696

9797
return client
9898

0 commit comments

Comments
 (0)