thankful-kite-1198
10/12/2022, 4:31 PMbulky-soccer-26729
10/12/2022, 5:09 PMversion: 1
source: DataHub
owners:
users:
- datahub
url: "<https://github.com/datahub-project/datahub/>"
nodes:
- name: Classification
description: A set of terms related to Data Classification
terms:
- name: Sensitive
description: Sensitive Data
custom_properties:
is_confidential: false
- name: Confidential
description: Confidential Data
custom_properties:
is_confidential: true
- name: HighlyConfidential
description: Highly Confidential Data
custom_properties:
is_confidential: true
- name: PersonalInformation
description: All terms related to personal information
owners:
users:
- datahub
terms:
- name: Email
description: An individual's email address
inherits:
- Classification.Confidential
owners:
groups:
- Trust and Safety
- name: Address
description: A physical address
- name: Gender
description: The gender identity of the individual
inherits:
- Classification.Sensitive
thankful-kite-1198
10/12/2022, 7:24 PMthankful-kite-1198
10/12/2022, 7:58 PMbulky-soccer-26729
10/12/2022, 8:04 PMbulky-soccer-26729
10/12/2022, 8:05 PMthankful-kite-1198
10/12/2022, 8:38 PMthankful-kite-1198
10/12/2022, 8:46 PMbulky-soccer-26729
10/12/2022, 9:04 PMthankful-kite-1198
10/13/2022, 8:28 AMthankful-kite-1198
10/15/2022, 1:43 PMthankful-kite-1198
10/15/2022, 1:43 PMthankful-kite-1198
10/15/2022, 1:43 PMbulky-soccer-26729
10/17/2022, 2:44 PMdatahub ingest -c
with? it should be slightly different than ingesting by file otherwise. it should have the type
be datahub-business-glossary
and file
pointing to your file instead of fileame
. so it should look like:
source:
type: datahub-business-glossary
config:
file: "<path_to_yml_glossary_file>"