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 20
20
from ads .feature_store .statistics_config import StatisticsConfig
21
21
22
22
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" )
28
25
29
26
try :
30
27
from ads .feature_store .feature_store import FeatureStore
37
34
38
35
class FeatureStoreTestCase :
39
36
# 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
+ )
41
40
TENANCY_ID = "ocid1.tenancy.oc1..aaaaaaaa462hfhplpx652b32ix62xrdijppq2c7okwcqjlgrbknhgtj2kofa"
42
41
COMPARTMENT_ID = "ocid1.tenancy.oc1..aaaaaaaa462hfhplpx652b32ix62xrdijppq2c7okwcqjlgrbknhgtj2kofa"
43
42
METASTORE_ID = "ocid1.datacatalogmetastore.oc1.iad.amaaaaaabiudgxyap7tizm4gscwz7amu7dixz7ml3mtesqzzwwg3urvvdgua"
You can’t perform that action at this time.
0 commit comments