Hi. I want to make lineages about three tables 'ac...
# troubleshoot
a
Hi. I want to make lineages about three tables 'account_clipboard_history', 'account_fee_history', 'account_history_usd' tables shown in the first figure. Since those are postrgresdb, I made 'file_lineage.yml' first and recipe yaml file about it next. Those are shown in the second/third figure each. However, I got the error message in the last figure. It says : can't connect 192.168.5.11:3128. That's because my desktop can't connect to others easily because our company should follow network separation for computer having database. Then, how can I solve this? Also, I am not sure whether yaml file is written correctly since I'm new to do this.
w
How could you ingest those tables?
a
I ingest database in the ui of 'datahub quickstart' (my server ip + port 9002). Then, all tables consisting of db appear in the user interface.
w
I don't know that where ip and port are and what difference ingest and lineage are. would you use the python sdk to emit lineage (example)?
a
Yes I've already tried emitter library like this. But the result is my local didn't response after running command "python3 lineaga_emitter_rest.py".
w
try localhost or check port?
a
changing to localhost results in error message. That's because my localhost is separated from internet.