We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce05d89 commit 67879dcCopy full SHA for 67879dc
tests/integration/feature_store/test_base.py
@@ -41,6 +41,9 @@ class FeatureStoreTestCase:
41
COMPARTMENT_ID = "ocid1.tenancy.oc1..aaaaaaaa462hfhplpx652b32ix62xrdijppq2c7okwcqjlgrbknhgtj2kofa"
42
METASTORE_ID = "ocid1.datacatalogmetastore.oc1.iad.amaaaaaabiudgxyap7tizm4gscwz7amu7dixz7ml3mtesqzzwwg3urvvdgua"
43
INPUT_FEATURE_DETAILS = [
44
+ FeatureDetail("flower")
45
+ .with_feature_type(FeatureType.STRING)
46
+ .with_order_number(1),
47
FeatureDetail("sepal_length")
48
.with_feature_type(FeatureType.DOUBLE)
49
.with_order_number(1),
0 commit comments