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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,7 @@ The fixed structure must be technology-agnostic. The first fields of teh fixed s
45
45
*`ResponseTime: [Option[String]]` define the amount of time needed to take care of an incoming feature
46
46
*`ResolutionTime: [Option[String]]` define the amount of time needed to fix the date
47
47
*`InformationTime: [Option[String]]` define the amount of time needed to answer clarification questions.
48
+
*`EndOfSupport: [Option[String]]` When this data product will go out of support.
48
49
*`Status: [Option[String]]` this is an enum representing the status of this version of the Data Product. Allowed values are: `[Draft|Published|Retired]`. This is a metadata that communicates the overall status of the Data Product but is not reflected to the actual deployment status.
49
50
*`Maturity: [Option[String]]` this is an enum to let the consumer understand if it is a tactical solution or not. It is really useful during migration from Data Warehouse or Data Lake. Allowed values are: `[Tactical|Strategic]`.
50
51
*`Billing: [Option[Yaml]]` this is a free form key-value area where is possible to put information useful for resource tagging and billing.
0 commit comments