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 66
77import unittest
88from datetime import datetime
9+ from random import random
910
1011import oci
1112import pandas as pd
3637
3738class FeatureStoreTestCase :
3839 # 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 ) )
4041 TENANCY_ID = "ocid1.tenancy.oc1..aaaaaaaa462hfhplpx652b32ix62xrdijppq2c7okwcqjlgrbknhgtj2kofa"
4142 COMPARTMENT_ID = "ocid1.tenancy.oc1..aaaaaaaa462hfhplpx652b32ix62xrdijppq2c7okwcqjlgrbknhgtj2kofa"
4243 METASTORE_ID = "ocid1.datacatalogmetastore.oc1.iad.amaaaaaabiudgxyap7tizm4gscwz7amu7dixz7ml3mtesqzzwwg3urvvdgua"
You can’t perform that action at this time.
0 commit comments