⚠️ DEPRECATED: Typed connector configuration models are deprecated and will be removed in v1.1.0. Pass configuration as a plain dict with a required 'destinationType' key instead..
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
credential |
models.DestinationGcsAuthentication | ✔️ | An HMAC key is a type of credential and can be associated with a service account or a user account in Cloud Storage. Read more here. | |
destination_type |
models.DestinationGcsGcs | ✔️ | N/A | |
format_ |
models.DestinationGcsOutputFormat | ✔️ | Output data format. One of the following formats must be selected - AVRO format, PARQUET format, CSV format, or JSONL format. | |
gcs_bucket_name |
str | ✔️ | You can find the bucket name in the App Engine Admin console Application Settings page, under the label Google Cloud Storage Bucket. Read more here. | airbyte_sync |
gcs_bucket_path |
str | ✔️ | GCS Bucket Path string Subdirectory under the above bucket to sync the data into. | data_sync/test |
gcs_bucket_region |
Optional[models.GCSBucketRegion] | ➖ | Select a Region of the GCS Bucket. Read more here. |