William Woods
02/07/2025, 1:30 PMkapa.ai
02/07/2025, 1:30 PMWilliam Woods
02/07/2025, 1:43 PMkapa.ai
02/07/2025, 1:43 PMkapa.ai
02/07/2025, 1:43 PM/tmp/airbyte_local
directory on the host machine. This is mentioned in the [Browsing logs documentation](https://docs.airbyte.com/operator-guides/browsing-output-logs#csv-or-json-local-destinations-check-local-data-folder). 2. For abctl specifically, it creates a data directory at ~/.airbyte/abctl/data
. This is evident from a debug log in one of the GitHub issues: DEBUG Creating data directory '/opt/airbyte/.airbyte/abctl/data'
[GitHub Issue #41938](https://github.com/airbytehq/airbyte/issues/41938). 3. For local JSON or CSV destinations, you might find the data in /tmp/airbyte_local/YOUR_PATH/_airbyte_raw_YOUR_STREAM_NAME.jsonl
, where YOU_PATH is the path you chose during destination setup [Browsing logs documentation](https://docs.airbyte.com/operator-guides/browsing-output-logs#csv-or-json-local-destinations-check-local-data-folder). For Windows users: The documentation doesn't provide specific information about file storage locations for Windows installations using abctl. However, it mentions that for Windows users using Airbyte with WSL2 and Docker, there's a guide to locate the replicated folder and file, which you can find in the [locating files local destination guide](https://docs.airbyte.com/integrations/locating-files-local-destination). It's important to note that the exact location might vary depending on your specific configuration and version of abctl. If you're having trouble locating the files, you might need to check the abctl documentation or reach out to Airbyte support for more specific guidance related to your setup.