-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from agile-lab/main
Adding business and security information , and contacts
- Loading branch information
Showing
3 changed files
with
108 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,40 @@ dataProductOwnerDisplayName: Tom Smith | |
email: mailto:[email protected] | ||
ownerGroup: dataproduct1_corp.com | ||
devGroup: dataproduct1_dev_corp.com | ||
informationSLA: 2WD | ||
ownerGroup: dataproduct1_corp.com | ||
devGroup: dataproduct1_dev_corp.com | ||
supportSLA: | ||
supportHours: 8x5 | ||
responseTime: 1H | ||
resolutionTime: undefined | ||
informationTime: 2WD | ||
status: DRAFT | ||
maturity: Strategic | ||
billing: {} | ||
businessInfo: | ||
valueProposition: Unlock some capability for the organization | ||
valueGeneration: OperationMonitoring | ||
okr: increase the margin | ||
pricingType: Subscription | ||
stakeholderRoles: | ||
- CMO | ||
securityInfo: | ||
visibility: Department | ||
confidentiality: Confidential | ||
gdpr: Yes | ||
contacts: | ||
ownerContact: [email protected] | ||
suportContact: [email protected] | ||
targetConsumption: | ||
- Analytics | ||
- Reporting | ||
- OnlineApplication | ||
tags: [] | ||
businessConcepts: | ||
- tagFQN: Margin | ||
source: Glossary | ||
labelType: Manual | ||
state: Confirmed | ||
specific: {} | ||
components: | ||
- id: urn:dmb:cmp:my_domain:my_data_product:1:my_raw_s3_port | ||
|
@@ -39,16 +68,17 @@ components: | |
intervalOfChange: 1 hours | ||
timeliness: 1 minutes | ||
upTime: 99.9% | ||
termsAndConditions: only usable in development environment | ||
|
||
endpoint: https://myurl/development/my_domain/my_data_product/1.0.0/my_raw_s3_port | ||
dataSharingAgreements: | ||
purpose: this output port want to provide a rich set of profitability KPIs related to the customer | ||
billing: 5$ for each full scan | ||
security: In order to consume this output port an additional security check with compliance must be done | ||
intendedUsage: the dataset is huge so it is recommended to extract maximum 1 year of data and to use these KPIs in the marketing or sales domain, but not for customer care | ||
limitations: is not possible to use this data without a compliance check | ||
lifeCycle: the maximum retention is 10 years, and eviction is happening on the first of january | ||
confidentiality: if you want to store this data somewhere else, PII columns must be masked | ||
dataSharingAgreements: | ||
termsAndConditions: only usable in development environment | ||
purpose: this output port want to provide a rich set of profitability KPIs related to the customer | ||
billing: 5$ for each full scan | ||
security: In order to consume this output port an additional security check with compliance must be done | ||
intendedUsage: the dataset is huge so it is recommended to extract maximum 1 year of data and to use these KPIs in the marketing or sales domain, but not for customer care | ||
limitations: is not possible to use this data without a compliance check | ||
lifeCycle: the maximum retention is 10 years, and eviction is happening on the first of january | ||
confidentiality: if you want to store this data somewhere else, PII columns must be masked | ||
tags: | ||
- tagFQN: experimental | ||
source: Tag | ||
|
@@ -59,6 +89,7 @@ components: | |
labelType: Manual | ||
state: Confirmed | ||
sampleData: {} | ||
sampleQuery: select * from dp.table | ||
semanticLinking: {} | ||
specific: | ||
directory: history | ||
|
@@ -127,6 +158,11 @@ components: | |
source: Tag | ||
labelType: Manual | ||
state: Confirmed | ||
businessTerms: | ||
- tagFQN: BusinessAddress | ||
source: Glossary | ||
labelType: Manual | ||
state: Confirmed | ||
- name: first_hire_date | ||
dataType: date | ||
description: the date of his/her first hire in mybank. No matter is a temporary or permanent contract | ||
|