Local File (Destination)
Install
See the Install guide for the full setup, including Windows PowerShell.
curl -fsSL https://install.skippr.io/install.sh | shClick to copyWrites data to a local file.
Configuration
yaml
warehouse:
kind: file
path: "/data/output.parquet"Authentication
No connector-specific authentication is required.
Permissions or Network Requirements
The target path must be writable by the user running skippr. Use an absolute path when possible to avoid confusion about the working directory.
Troubleshooting
| Symptom | Fix |
|---|---|
| file cannot be created | Verify the parent directory exists and that the runner has write permission there. |
| output is not where you expect | Use an absolute path and confirm the calling process is running in the expected working directory. |
Next steps
- Pair this destination with a source from Source Connectors.
- See Quick Start for the recommended warehouse evaluation paths.
Install
See the Install guide for the full setup, including Windows PowerShell.
curl -fsSL https://install.skippr.io/install.sh | shClick to copy