many-glass-61317
02/16/2022, 11:19 PM3000
port using yarn start
2. Running docker compose from docker
dir using ./dev.sh
3. If I change .pdl or graphql files then I run ./gradlew build
4. then run ./nuke.sh
again running ./dev.sh
5. if I change graphql queries in frontent then just restarting react app
Does it makes sense to you? or is there any other quicker way to do things? I think I have tried running Play java servers from GMS project on Intellij beforesilly-beach-19296
02/23/2022, 3:20 PMchilly-potato-57465
06/07/2022, 11:13 AMcurved-rose-25481
06/24/2022, 7:52 PMfamous-fireman-41042
08/14/2022, 7:22 AMcuddly-butcher-39945
09/21/2022, 9:16 PMversion: 1
source: DataHub
owners:
users:
- joshua.garza
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: ClientsAndAccounts
description: Provides basic concepts such as account, account holder, account provider, relationship manager that are commonly used by financial services providers to describe customers and to determine counterparty identities
owners:
groups:
- POWER_USERS
terms:
- name: Accounts Payable
description: Amounts owed to suppliers
term_source: "INTERNAL"
source_ref: SHARP
source_url: "<https://www.sharp.com/>"
inherits:
- Classification.HighlyConfidential
contains:
- ClientsAndAccounts.ActiveIndicatorFlag
- name: ActiveIndicatorFlag
description: This is an internal identifier used in the data warehouse to flag records no longer active in the source system(s). Inactive records are suppressed from Merlin queries.
term_source: "INTERNAL"
source_ref: SHARP
source_url: "<https://www.sharp.com/>"
inherits:
- Classification.HighlyConfidential
- name: AccountsReceivable
description: Amounts owed
term_source: "WorkDay"
source_ref: SHARP
source_url: "<https://www.sharp.com/>"
inherits:
- Classification.Sensitive
- name: WriteOff
description: Amount which will not be collected or associated with revenue stream
term_source: INTERNAL
source_ref: SHARP
source_url: "<https://www.sharp.com/>"
inherits:
- Classification.Confidential
contains:
- ClientsAndAccounts.AccountsReceivable
- ClientsAndAccounts.Accounts Payable
I am able to successfully load it
datahub ingest -c ingest_business_glossary_recipe_complete.yaml
This is my ingestion yaml file
source:
type: datahub-business-glossary
config:
# Coordinates
file: /home/joshua.garza/.datahub/quickstart/finance_terms_sample.yml
However, when I review the changes in the UI, I don't see the term_source
values make it in...little-megabyte-1074
09/22/2022, 10:26 PMlittle-megabyte-1074
09/22/2022, 10:26 PMcuddly-butcher-39945
09/23/2022, 1:33 AMfaint-tiger-13525
11/09/2022, 4:48 PMrhythmic-translator-30453
11/22/2022, 7:12 PMg1 -> g2 -> g3
entities associated with g3 will show up for searches of its parent term g2 but won’t show up for searches of its grandparent term g1. Is this the correct view of glossary term inheritance and searchability? I might be misunderstanding how to use inheritance with glossary terms.
I also made a quick example inheritance structure in the DataHub demo instance. In the example lvl3-term
is associated with an entity. That entity shows up in the “Related Entities” tab for lvl3-term
and its parent lvl2-term
but not for its grandparent lvl1-term
.best-umbrella-88325
01/18/2023, 5:33 PMbest-umbrella-88325
01/18/2023, 5:33 PMastonishing-answer-96712
01/18/2023, 8:41 PMbest-umbrella-88325
01/19/2023, 4:22 AMastonishing-answer-96712
01/19/2023, 6:52 PMbest-umbrella-88325
01/23/2023, 7:26 AMastonishing-answer-96712
01/23/2023, 6:13 PM