hi,
I have an ingestion troubleshooting question. I have tried to execute code similar to this example:
https://github.com/linkedin/datahub/blob/master/metadata-ingestion/examples/library/lineage_emitter_kafka.py
and I don't get any errors, but also do not see the lineage connection show up in the UI
if I run the same code but change the sink to the REST connector it works.
my question is how I might go about debugging this?
I looked in the containers at the kafka topics/messages and gms logs and didn't see anything that indicated an error or failure, but maybe I"m not looking in the right place
note: I am running the "quickstart" DataHub on an EC2 instance. I've been able to run ingestion recipes that use the kafka sink to pull datasets in