Skip to content

Commit 67879dc

Browse files
committed
input_feature_details updated
1 parent ce05d89 commit 67879dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/feature_store/test_base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ class FeatureStoreTestCase:
4141
COMPARTMENT_ID = "ocid1.tenancy.oc1..aaaaaaaa462hfhplpx652b32ix62xrdijppq2c7okwcqjlgrbknhgtj2kofa"
4242
METASTORE_ID = "ocid1.datacatalogmetastore.oc1.iad.amaaaaaabiudgxyap7tizm4gscwz7amu7dixz7ml3mtesqzzwwg3urvvdgua"
4343
INPUT_FEATURE_DETAILS = [
44+
FeatureDetail("flower")
45+
.with_feature_type(FeatureType.STRING)
46+
.with_order_number(1),
4447
FeatureDetail("sepal_length")
4548
.with_feature_type(FeatureType.DOUBLE)
4649
.with_order_number(1),

0 commit comments

Comments
 (0)