예제 #1
0
 def __init__(self):
     CosmosDBRepository.__init__(
         self,
         container_id=container_definition['id'],
         partition_key_attribute='tenant_id',
         mapper=ProjectCosmosDBModel,
     )
예제 #2
0
 def __init__(self):
     CosmosDBRepository.__init__(
         self,
         container_id=container_definition['id'],
         partition_key_attribute='tenant_id',
         order_fields=['start_date DESC'],
         mapper=TimeEntryCosmosDBModel,
     )