I am new to datahub. I am going to use the datahub...
# getting-started
h
I am new to datahub. I am going to use the datahub for a feast as the source. Currently, datahub supports the older version of the feast. Can you guide me on how to customize the datahub in the newer version?
c
Hi Radha! We don’t support the newer version of Feast just yet – we’re working on it!
If you or anyone you know would like to help us build an updated connector, please let us know
h
HI I just cloned the project and updated the code for feast new version and created the new image for
Copy code
datahub-ingestion
. When I running ./metadata-ingestion/scripts/datahub_docker.sh ingest -c ./metadata-ingestion/examples/recipes/feast_to_datahub.yml with sink as file is working fine. But I want to display the output in the UI part. Can you help me to help display the results in UI.
c
If you’d like to ingest metadata to your DataHub instance, you’ll have to point it to a DataHub sink: see here for the docs: https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub
h
sink: type: "datahub-rest" config: server: "http://localhost:8080". should I include it in the yml file? . Is pointing to gms server(http://localhost:8080)
I am going to follow below steps:
1. start gms server (run quickstart.sh in docker folder) 2. call ./metadata-ingestion/scripts/datahub_docker.sh ingest -c ./metadata-ingestion/examples/recipes/feast_to_datahub.yml with sink as datahub-rest. 3. Start the UI
c
Yep – that should do the trick. Let me know how it goes!