Hi, My Datahub Ingestion recipe for Postgres ingestion is successful and shows 294 assets but the assets that is shown in the ingestion I am not able to find it in Datahub. Where wopuld the problem be?
This is in Datahub Version 0.11.0
Hi, My Datahub Ingestion recipe for Postgres ingestion is successful and shows 294 assets but the assets that is shown in the ingestion I am not able to find it in Datahub. Where wopuld the problem be?
This is in Datahub Version 0.11.0
Hey there! Make sure your message includes the following information if relevant, so we can help more effectively!
I am using UI for the ingestion.
Version - Datahub version - 0.11.0
Data Source - Postgres
Many of these events are available but not discoverable
these MCPs are not indexing in Elasticseach due to some reason, check your elastic search health and mce & mae consumers are running fine.
Hi Arun, yes please post any relevant logs here for us to assess more effectively
Thanks guys…
I see in the ingest log that the ingest is succeding…
2024-03-27 21:08:19,037 [qtp2141817446-10493] INFO c.l.m.entity.EntityServiceImpl:1835 - Ingesting aspect with name browsePathsV2, urn urn:li:dataset:(urn:li:dataPlatform:postgres,magichat.peloton.public.pg_stat_statements,PROD)```
I see that the elastic search cluster is also Green and stable.
Do i have to set `SHOW_BROWSE_V2` to true - <https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/subcharts/datahub-gms/templates/deployment.yaml#L112C21-L112C35>
As of now that is not set as part of the GMS, will that help?
Thanks Arun! I believe <@U03MF8MU5P0> should be able to assist with this
The log line shown only indicates that GMS has received the request. If the documents are not present in Elasticsearch, the next step is to try to restore ES index documents from SQL. Please see restoreIndices documentation here: https://datahubproject.io/docs/api/restli/restore-indices/ and here https://datahubproject.io/docs/how/restore-indices/. The First one is a rest endpoint which you can run a single urn to see if it works. Then the second one includes directions on running a job to restore the rest.