When running data-ingestion using rest `datahub_do...
# ingestion
b
When running data-ingestion using rest
datahub_docker.sh ingest -c postges_to_datahub.yml
, a new screen pops up and it close when the execution is done. Is there a way to see the log or keep the window open to see the status of the ingestion? Currently I don't see data getting loaded to datahub metadata yet.
m
Hi @bored-advantage-45185: which host operating system are you using?
b
windows.
I was able to fix the error. but it would be great if we can capture that to log.
m
I see.. I'm curious how datahub_docker.sh works in windows
are you using WSL ?
b
yes
m
got it
on Mac / Linux .. that command just shows the log in the same terminal we run it from
so it is surprising that on windows it pops up a new window
b
understood
yes
m
I think there should be a way to pipe stdout / stderr into a file
If you can figure it out, do let us know
b
i tried piping but that didn't help
sure
m
did you try tweaking the docker command in the script
with various options?
b
not to the great extend.
windows is pain for this operation. will switch to Mac.