Google Cloud Storage
Writes Parquet files to a GCS bucket.
Configuration
yaml
warehouse:
kind: gcs
bucket: my-bucket
prefix: "data/"
service_account_key_path: "/path/to/key.json"| Field | Default | Description |
|---|---|---|
bucket | (required) | GCS bucket name |
prefix | Key prefix for uploaded objects | |
service_account_key_path | Path to service account JSON key |
