@@ -11,28 +11,66 @@ metadata:
1111 type : string
1212 format : date-time
1313 description : Date and time when the record was created
14+ x-fqm-value-getter : to_char(${source}.created_date, 'YYYY-MM-DD"T"HH24:MI:SS.MS"Z"')
15+ x-fqm-visibility : " all"
16+ x-fqm-visible-by-default : true
17+ x-fqm-essential : true
1418 createdByUserId :
1519 $ref : ' #/uuid'
1620 description : ID of the user who created the record
21+ x-fqm-value-getter : ${source}.created_by
22+ x-fqm-visibility : " all"
23+ x-fqm-visible-by-default : false
24+ x-fqm-essential : true
25+ x-fqm-joins-to-raw :
26+ - targetId : bb058933-cd06-4539-bd3a-6f248ff98ee2
27+ targetField : id
28+ direction : left
29+ type : equality-cast-uuid
30+ - targetId : f2615ea6-450b-425d-804d-6a495afd9308
31+ targetField : id
32+ direction : left
33+ type : equality-cast-uuid
1734 createdByUsername :
1835 type : string
1936 description : Username of the user who created the record (when available)
37+ x-fqm-ignore : true
2038 createdBy :
2139 $ref : ' #/userInfo'
2240 description : Additional information of the user who created the record (when available)
41+ x-fqm-ignore : true
2342 updatedDate :
2443 type : string
2544 format : date-time
2645 description : Date and time when the record was last updated
46+ x-fqm-value-getter : to_char(${source}.updated_date, 'YYYY-MM-DD"T"HH24:MI:SS.MS"Z"')
47+ x-fqm-visibility : " all"
48+ x-fqm-visible-by-default : false
49+ x-fqm-essential : true
2750 updatedByUserId :
2851 $ref : ' #/uuid'
2952 description : ID of the user who last updated the record
53+ x-fqm-value-getter : ${source}.updated_by
54+ x-fqm-visibility : " all"
55+ x-fqm-visible-by-default : false
56+ x-fqm-essential : true
57+ x-fqm-joins-to-raw :
58+ - targetId : bb058933-cd06-4539-bd3a-6f248ff98ee2
59+ targetField : id
60+ direction : left
61+ type : equality-cast-uuid
62+ - targetId : f2615ea6-450b-425d-804d-6a495afd9308
63+ targetField : id
64+ direction : left
65+ type : equality-cast-uuid
3066 updatedByUsername :
3167 type : string
3268 description : Username of the user who updated the record (when available)
69+ x-fqm-ignore : true
3370 updatedBy :
3471 $ref : ' #/userInfo'
3572 description : Additional information of the user who updated the record (when available)
73+ x-fqm-ignore : true
3674 required :
3775 - createdDate
3876
0 commit comments