https://linen.dev logo
m

Mateo

02/18/2022, 3:56 PM
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

Marcos Marx (Airbyte)

02/18/2022, 4:57 PM
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

Mateo

02/18/2022, 7:06 PM
It didn't work in windows power shell.
But I find where I need to run these codes (docker cli) thanks.
3 Views