Hi Team am looking to ingest business glossary ter...
# troubleshoot
m
Hi Team am looking to ingest business glossary terms using below code.
Copy code
source:
  type: datahub-business-glossary
  config:
    # Coordinates
    file: "<C://Users//Mani//docker//datahub//business_glossary.yaml>"

sink:
    type: datahub-rest
    config:
        server: '<http://localhost:9002/api/gms>'
        token: <token>
Here, on file am using my local path, but wanted to move out from local path to the cloud like s3. so then other team members can be able to access and update it if needs. is it possible to add file present in s3? can someone help me here
b
Unfortunately remote file access over S3 is not currently possible. However, it is something we've been considering for some of our sources! cc. @helpful-optician-78938 @dazzling-judge-80093 @green-football-43791 for feedback visibility
m
Other than the local file system, is there any other possible solution available?
b
You can use the UI to define your glossary 🙂
m
Couldn't able to create a new glossary terms from ui. When I enter the new term, the add button is greyed out and not able to create it. At the same time when enter the term which already added via the yaml file can see add button and able to associate the term to asset.
b
I see - make sure your user has the "Manage Glossary" platform privilege
That should make the button enabled
m
Am the administrator and has both platform and Metadata privileges.
b
Please confirm your user has that privilege.
This is what is greyed out?
m
b
Oh you cannot create a term from here
m
may i know from where can create the terms on UI
am using version 0.8.35
b
Okay - we recently released 0.8.36 which has support for creating and managing the glossary via the UI. We will also be releasing another 0.8.37 which has an improved version of this today
m
Oh great... Thanks for the release with the feature.
Can you please let me know how to gracefully upgrade the version. We deployed the data hub into the aws eks
b
Hi! Yes we release a new Helm chart version that you should simply be able to install into your cluster - you are using Helm, correct?
m
Yes
f
Hello In the same quesiton i have Datahub run in docker in a VM and i'd like to ingest Business Glossary with a file but i dont know where can i put the file when i put it in the VM path, Datahub didn't didnn't find it (it's normal) so where can i put this file to be used in ingest with manage ingestion in the UI
source:
type: datahub-business-glossary config: file: /tmp/DataHub/TestGlossaries/enums.yaml enable_auto_id: true