Skip to content

Commit 7076b86

Browse files
committed
add tags to psql example
1 parent 18fed3c commit 7076b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/all/postgresql-adventureworks-contract.odcs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ schema:
8282
criticalDataElement: false
8383
primaryKey: false
8484
required: false
85-
tag: ['sensitive']
85+
tags: ['sensitive']
8686
- name: "loginid"
8787
logicalType: "string"
8888
physicalType: "varchar[256]"
@@ -116,7 +116,7 @@ schema:
116116
criticalDataElement: false
117117
primaryKey: false
118118
required: false
119-
tag: ['sensitive']
119+
tags: ['sensitive']
120120
- name: "maritalstatus"
121121
logicalType: "string"
122122
physicalType: "bpchar"

0 commit comments

Comments
 (0)