Skip to content

Commit a2e8669

Browse files
committed
add tags to README & update tags description
1 parent 7076b86 commit a2e8669

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ description:
5959
limitations: null
6060
usage: null
6161

62-
tags: null
62+
tags: ['finance']
6363
```
6464
6565
### Definitions
@@ -112,7 +112,7 @@ schema:
112112
type: businessDefinition
113113
- url: https://youtu.be/jbY1BKFj9ec
114114
type: videoTutorial
115-
tags: null
115+
tags: ['finance']
116116
dataGranularityDescription: Aggregation on columns txn_ref_dt, pmt_txn_id
117117
properties:
118118
- name: txn_ref_dt
@@ -222,7 +222,7 @@ schema:
222222
| businessName | Business Name | No | The business name of the element. |
223223
| authoritativeDefinitions | Authoritative Definitions | No | List of links to sources that provide more details on the table; examples would be a link to an external definition, a training video, a GitHub repo, Collibra, or another tool. See `authoritativeDefinitions` below. |
224224
| quality | Quality | No | List of data quality attributes. |
225-
| tags | Tags | No | A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level. |
225+
| tags | Tags | No | A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level. Tags may be used to better categorize an element. For example, `finance`, `sensitive`, `employee_record`. |
226226
| customProperties | Custom Properties | No | Custom properties that are not part of the standard. |
227227

228228
#### Applicable to Objects

0 commit comments

Comments
 (0)