File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
tests/integration/feature_store Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 2020from ads .feature_store .statistics_config import StatisticsConfig
2121
2222
23- client_kwargs = dict (
24- retry_strategy = oci .retry .NoneRetryStrategy ,
25- service_endpoint = os .getenv ("service_endpoint" ),
26- )
27- ads .set_auth (client_kwargs = client_kwargs )
23+ ads .set_auth ()
24+ os .environ ["OCI_FS_SERVICE_ENDPOINT" ] = os .getenv ("service_endpoint" )
2825
2926try :
3027 from ads .feature_store .feature_store import FeatureStore
3734
3835class FeatureStoreTestCase :
3936 # networks compartment in feature store
40- TIME_NOW = str .format ("{}_{}" ,datetime .utcnow ().strftime ("%Y_%m_%d_%H_%M_%S" ),int (random ()* 1000 ))
37+ TIME_NOW = str .format (
38+ "{}_{}" , datetime .utcnow ().strftime ("%Y_%m_%d_%H_%M_%S" ), int (random () * 1000 )
39+ )
4140 TENANCY_ID = "ocid1.tenancy.oc1..aaaaaaaa462hfhplpx652b32ix62xrdijppq2c7okwcqjlgrbknhgtj2kofa"
4241 COMPARTMENT_ID = "ocid1.tenancy.oc1..aaaaaaaa462hfhplpx652b32ix62xrdijppq2c7okwcqjlgrbknhgtj2kofa"
4342 METASTORE_ID = "ocid1.datacatalogmetastore.oc1.iad.amaaaaaabiudgxyap7tizm4gscwz7amu7dixz7ml3mtesqzzwwg3urvvdgua"
You can’t perform that action at this time.
0 commit comments