Skip to content

Commit f9459d6

Browse files
ochosikingsleyzissou
authored andcommitted
floorplan: Dump clones table (HMS-9078)
In order to assess how much the `AWS clone to region` feature is used, let's take a look at the numbers.
1 parent 23b4bf6 commit f9459d6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

templates/image-builder.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@ objects:
234234
from
235235
blueprint_versions v
236236
left outer join blueprints b ON v.blueprint_id = b.id
237+
- prefix: ${FLOORIST_QUERY_PREFIX}/clones
238+
query: >-
239+
select
240+
compose_id, created_at
241+
from
242+
clones
237243
238244
- apiVersion: v1
239245
kind: Service

0 commit comments

Comments
 (0)