You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ dataset:
138
138
- table_name_2
139
139
- table_name_3
140
140
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.
142
142
sampleValues:
143
143
- 2022-10-03
144
144
- 2020-01-28
@@ -200,7 +200,7 @@ dataset:
200
200
|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`.|
201
201
|dataset.table.columns.column.transformSourceTables ||No |List of sources used in column transformation.|
202
202
|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.|
204
204
|dataset.table.columns.column.sampleValues ||No |List of sample column values.|
205
205
|dataset.table.columns.column.criticalDataElementStatus ||No |True or false indicator; If element is considered a critical data element (CDE) then true else false.|
206
206
|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