Hi all! :wave: I'm new around and have a basic iss...
# ask-community-for-troubleshooting
m
Hi all! 👋 I'm new around and have a basic issue. I'm on the introduction path https://docs.airbyte.com/quickstart/set-up-a-connection. I don't know how to check the data of my first sync. So where I should write the verification code "cat /tmp/airbyte_local/json_data/_airbyte_raw_pokemon.jsonl" ? Thanks.
✅ 1
m
You need to access the scheduler container.
docker exec -ti airbyte-scheduler bash
after,
cat /tmp/airbyte_local/json_data/_airbyte_raw_pokemon.jsonl
m
It didn't work in windows power shell.
But I find where I need to run these codes (docker cli) thanks.