quick-megabyte-61846
06/22/2022, 8:48 AMsource_ref
source_url
are not reflected in UI
Source yaml:
https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/bootstrap_data/business_glossary.yml
Recipe yaml:
source:
type: datahub-business-glossary
config:
file: ./business_glossary/business_glossary.yml
sink:
type: datahub-rest
config:
server: <http://localhost:8080>
version: 0.8.38
PS. I added another screen with desirable effectloud-island-88694
bulky-soccer-26729
06/22/2022, 2:53 PMbulky-soccer-26729
06/22/2022, 3:26 PMsource_url
just fine on the GlossaryTermProperties
aspect (you can see in you db), but we're not showing it anywhere in the UI. The Links that you see in the About section come from InstitutionalMemoryMetadata
aspects. Obviously if you include a source_url
in your ingestion you would expect that to show up in the UI. So I'm going to make a note of this and include this in my Business Glossary followups that I'm planning on working on over the next week or two! So expect an update / fix for this soon, but I'm not sure I can put a specific date on it quite yet. Let me know if this is more urgent or if you have any concerns!quick-megabyte-61846
06/22/2022, 4:08 PMsalmon-angle-92685
06/23/2022, 10:04 AMdazzling-judge-80093
06/23/2022, 10:07 AMbusiness_glossary.dhub.yml
and you open it with vscode with the yaml plugin installed then you will get validation errors and typehints as well.millions-notebook-72121
06/23/2022, 10:14 AMdazzling-judge-80093
06/23/2022, 10:25 AM.dhub.yml
The recipe file should look like this:
source:
type: datahub-business-glossary
config:
file: ./business_glossary/business_glossary.yml
sink:
type: datahub-rest
config:
server: <http://localhost:8080>
and that is the file which should be passed in to datahub ingest