Skip to content

SFTP (Destination)

Uploads Parquet files to a remote SFTP server.

Configuration

yaml
warehouse:
  kind: sftp
  host: sftp.example.com
  username: user
  password: ${SFTP_PASSWORD}
  remote_path: "/data/output"
FieldDefaultDescription
host(required)SFTP server hostname
port22SSH port
username(required)SSH username
passwordPassword authentication
private_key_pathPath to SSH private key
remote_path(required)Remote directory for uploads