Skip to content

Commit fa21d39

Browse files
authored
Merge pull request #23 from bitol-io/language
Update README.md
2 parents 386a59a + e0bfefd commit fa21d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ dataset:
138138
- table_name_2
139139
- table_name_3
140140
transformLogic: sel t1.txn_dt as txn_ref_dt from table_name_1 as t1, table_name_2 as t2, table_name_3 as t3 where t1.txn_dt=date-3
141-
transformDescription: defines the logic in business terms; logic for dummies
141+
transformDescription: Defines the logic in business terms.
142142
sampleValues:
143143
- 2022-10-03
144144
- 2020-01-28
@@ -200,7 +200,7 @@ dataset:
200200
|dataset.table.columns.column.encryptedColumnName ||No |The column name within the table that contains the encrypted column value. For example, unencrypted column `email_address` might have an encryptedColumnName of `email_address_encrypt`.|
201201
|dataset.table.columns.column.transformSourceTables ||No |List of sources used in column transformation.|
202202
|dataset.table.columns.column.transformLogic ||No |Logic used in the column transformation.|
203-
|dataset.table.columns.column.transformDescription ||No |Describes the transform logic in very simple terms.|
203+
|dataset.table.columns.column.transformDescription ||No |Describes the transform logic in very simple terms for everybody to understand. Avoid technology terms or complex business definitions.|
204204
|dataset.table.columns.column.sampleValues ||No |List of sample column values.|
205205
|dataset.table.columns.column.criticalDataElementStatus ||No |True or false indicator; If element is considered a critical data element (CDE) then true else false.|
206206
|dataset.table.columns.column.tags ||No |A list of tags that may be assigned to the dataset, table or column; the tags keyword may appear at any level.|

0 commit comments

Comments
 (0)