File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
tests/integration/feature_store Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
import unittest
8
8
from datetime import datetime
9
+ from random import random
9
10
10
11
import oci
11
12
import pandas as pd
36
37
37
38
class FeatureStoreTestCase :
38
39
# networks compartment in feature store
39
- TIME_NOW = datetime .utcnow ().strftime ("%Y_%m_%d_%H_%M_%S" )
40
+ TIME_NOW = str . format ( "{}_{}" , datetime .utcnow ().strftime ("%Y_%m_%d_%H_%M_%S" ), int ( random () * 1000 ) )
40
41
TENANCY_ID = "ocid1.tenancy.oc1..aaaaaaaa462hfhplpx652b32ix62xrdijppq2c7okwcqjlgrbknhgtj2kofa"
41
42
COMPARTMENT_ID = "ocid1.tenancy.oc1..aaaaaaaa462hfhplpx652b32ix62xrdijppq2c7okwcqjlgrbknhgtj2kofa"
42
43
METASTORE_ID = "ocid1.datacatalogmetastore.oc1.iad.amaaaaaabiudgxyap7tizm4gscwz7amu7dixz7ml3mtesqzzwwg3urvvdgua"
You can’t perform that action at this time.
0 commit comments