Path local Excel Files on Windows #34349
Replies: 1 comment
-
To configure the paths for local Excel files on Windows, you need to modify the .env file in your local Airbyte root folder. The values for LOCAL_ROOT, LOCAL_DOCKER_MOUNT, and HACK_LOCAL_ROOT_PARENT should be set to an existing absolute path on your machine. Here's how you should set them: LOCAL_ROOT and LOCAL_DOCKER_MOUNT should be set to the same value, which is the absolute path where your local files are stored. For example, if your files are stored in C:\airbytedata\data, you should set the values as follows: LOCAL_ROOT=C//airbytedata/data Please refer to the Airbyte documentation for more details. If you're still having trouble locating your files, you can follow the steps in this guide to locate your temp folder when running Airbyte's Docker image on Windows with WSL2. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I configure these three paths to locate Excel files locally? I've tried almost everything but I couldn't do it on Windows.
LOCAL_ROOT=C//airbyte_data/data
LOCAL_DOCKER_MOUNT=C//airbyte_data/data
HACK_LOCAL_ROOT_PARENT=C//airbyte_data
Beta Was this translation helpful? Give feedback.
All reactions