Skip to content

Commit 483a9d9

Browse files
author
mila.berni
committed
[#23] modify retentionTime description
1 parent 5cec68b commit 483a9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Constraints:
7373
* `OutputPortType: [String]` the kind of output port: Files, SQL, Events, etc. This should be extensible with other values, like GraphQL or others.
7474
* `CreationDate: [Optional[String]]` when this output port has been created.
7575
* `StartDate: [Optional[String]]` the first business date present in the dataset, leave it empty for events, or we can use some standard semantic like: "-7D, -1Y".
76-
* `RetentionTime: [Optional[String]]` for how long will be data in the Output Port available
76+
* `RetentionTime: [Optional[String]]` historical depth of data available in the Output Port
7777
* `ProcessDescription: [Option[String]]` what is the underlying process that contributes to generate the data exposed by this output port.
7878
* `DataContract: [Yaml]`: In case something is going to change in this section, it represents a breaking change because the producer is breaking the contract, this will require to create a new version of the data product to keep backward compatibility
7979
* `Schema: [Array[Yaml]]` when it comes to describe a schema we propose to leverage OpenMetadata specification: Ref https://docs.open-metadata.org/metadata-standard/schemas/entities/table#column. Each column can have a tag array, and you can choose between simples LabelTags, ClassificationTags or DescriptiveTags. Here an example of classification Tag https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/data/tags/piiTags.json.

0 commit comments

Comments
 (0)