Hello everyone,
Since yesterday, for some reason I still don't understand, all ingested data stopped showing up on the frontend
http://localhost:9002/
I'm deploying the DataHub locally with quickstart. Yesterday morning all ingestions were working perfectly. And since I'm still developing the DataHub ingestion pipelines, I restart (with docker nuke and docker quickstart) the container frequently to test if my scripts work.
But all of a sudden the ingestions stopped showing up on the frontend.
In the terminal, there is no error. All ingestions end successfully. I checked the DataHub database and all data is correctly stored. I figured it could be the Elasticsearch indices that for some reason weren't being updated by the page, so I launched
./docker/datahub-upgrade/datahub-upgrade.sh -u RestoreIndices
to reset the indices... But nothing worked.
I tried ingesting the data directly into the UI and nothing happens. Not even the card with the name of the ingestion appears. Which makes me imagine that there is some communication problem between the interface and the bank.
I asked my colleague to git pull my script and run it on his computer, and it worked.
Can anybody help me ? I do not know what else to do.
Thanks a lot!