version: 1 source: DataHub nodes: - name: Classi...
# getting-started
t
version: 1 source: 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
m
To load a business glossary using yaml you need two yaml files. The first file is the business glossary yaml like the one you have above. The second file is the ingestion recipe yaml that will point to this file which you will run using
datahub ingest -c recipe.dhub.yaml
Eg
Copy code
source:
  type:
d
Copy code
atahub-business-glossary
  config:
    file: /path/to/glossary.yaml
t
I've tried to run the following yaml:
source: DataHub type: datahub-business-glossary config: file: file4.yaml
error:
message has been deleted
could you please help to understand what I should do next?
@mammoth-bear-12532, it works! thank you!