Hi, I was trying Getting Started with Airbyte able...
# announcements
r
Hi, I was trying Getting Started with Airbyte able to run the example but how can I see the output, I'm on a Windows 10 machine
c
Sorry i haven't tried on windows myself yet but i know some are running it there... How do you run the tutorial on Windows then? Are you not able to list files in the
/tmp/airbyte_local
folder afterward?
r
@Chris (deprecated profile) I'm able to do the docker-compose up and see the UI
but it's not creating any tmp/airbyte_local folder
c
Then we could check in the logs if something went wrong You can click in the UI on the source tab --> JSON destination --> expand the logs section (You could even download them and post if you want some help to have a look)
r
logs-19-0.txt
@Chris (deprecated profile) logs don't show anything
c
Ok so it must have been successful at writing a file out then, it's just a matter to find where... Usually on Linux and on mac it's at
/tmp/airbyte_local
on a windows 10, there should be somewhere equivalent
maybe
Copy code
C:\tmp\airbyte_local
?
if you run this, you should be able to inspect the content of the file that you replicated:
Copy code
docker run -it --rm -v /tmp/airbyte_local:/local busybox cat /local/test_json/exchange_rate_raw.jsonl
m
Hi @Ram Shankar Yadav / @Chris (deprecated profile), I am curious to know if you were able to identify the /tmp/airbyte_local path ? I am using Windows 10 and couldn't find the /tmp/. Please help if you were able to identify!