Hi folks! I recently ran into an issue of losing data being shown on the frontend. The issue started when I tried ingesting a dbt source and I believe that caused my small elasticsearch instance to crash (ES and MYSQL are being hosted on AWS, rest of containers are ran on ECS). I increased my ES instance, and restarted the containers. When I logged back into the datahub frontend I am missing all data that was there previously. I am able to use my user I had created previously. But I cannot see the users I created in the admin page, as well as my other team member users. Also the demo data I ingested does not show up, and when I try re-ingesting the demo data it succeeds on the cli, but nothing shows up in the datahub frontend. My guess is that that GMS know I had ingested previously, but the frontend is not showing any info on those datasets.
Any ideas? I am at the early stages of testing out datahub within the team.