Skip to content

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 copy

Writes 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

SymptomFix
file cannot be createdVerify the parent directory exists and that the runner has write permission there.
output is not where you expectUse an absolute path and confirm the calling process is running in the expected working directory.

Next steps

Install

See the Install guide for the full setup, including Windows PowerShell.

curl -fsSL https://install.skippr.io/install.sh | shClick to copy