@@ -13,13 +13,24 @@ metadata:
1313 description : Date and time when the record was created
1414 x-fqm-value-getter : to_char(${source}.created_date, 'YYYY-MM-DD"T"HH24:MI:SS.MS"Z"')
1515 x-fqm-visibility : " all"
16+ x-fqm-visible-by-default : true
1617 x-fqm-essential : true
1718 createdByUserId :
1819 $ref : ' #/uuid'
1920 description : ID of the user who created the record
2021 x-fqm-value-getter : ${source}.created_by
2122 x-fqm-visibility : " all"
23+ x-fqm-visible-by-default : false
2224 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
2334 createdByUsername :
2435 type : string
2536 description : Username of the user who created the record (when available)
@@ -34,13 +45,24 @@ metadata:
3445 description : Date and time when the record was last updated
3546 x-fqm-value-getter : to_char(${source}.updated_date, 'YYYY-MM-DD"T"HH24:MI:SS.MS"Z"')
3647 x-fqm-visibility : " all"
48+ x-fqm-visible-by-default : false
3749 x-fqm-essential : true
3850 updatedByUserId :
3951 $ref : ' #/uuid'
4052 description : ID of the user who last updated the record
4153 x-fqm-value-getter : ${source}.updated_by
4254 x-fqm-visibility : " all"
55+ x-fqm-visible-by-default : false
4356 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
4466 updatedByUsername :
4567 type : string
4668 description : Username of the user who updated the record (when available)
0 commit comments