mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-06 14:57:12 +00:00
fix(docs) Fix link from Business Glossary ingestion page (#5680)
Co-authored-by: Chris Collins <chriscollins@Chriss-MBP-2.lan>
This commit is contained in:
parent
fa7b709f9c
commit
67bec6cf83
@ -8,7 +8,7 @@ Works with `acryl-datahub` out of the box.
|
||||
|
||||
## Capabilities
|
||||
|
||||
This plugin pulls business glossary metadata from a yaml-formatted file. An example of one such file is located in the examples directory [here](../examples/bootstrap_data/business_glossary.yml).
|
||||
This plugin pulls business glossary metadata from a yaml-formatted file. An example of one such file is located in the examples directory [here](https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/bootstrap_data/business_glossary.yml).
|
||||
|
||||
## Quickstart recipe
|
||||
|
||||
|
||||
@ -257,7 +257,7 @@ def get_mces_from_term(
|
||||
@dataclass
|
||||
class BusinessGlossaryFileSource(Source):
|
||||
"""
|
||||
This plugin pulls business glossary metadata from a yaml-formatted file. An example of one such file is located in the examples directory [here](../examples/bootstrap_data/business_glossary.yml).
|
||||
This plugin pulls business glossary metadata from a yaml-formatted file. An example of one such file is located in the examples directory [here](https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/bootstrap_data/business_glossary.yml).
|
||||
"""
|
||||
|
||||
config: BusinessGlossarySourceConfig
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user