
StorageWrite
StorageWrite
yaml
type: "io.kestra.plugin.gcp.bigquery.StorageWrite"Examples
yaml
id: gcp_bq_storage_write
namespace: company.team
tasks:
- id: read_data
type: io.kestra.plugin.core.http.Download
uri: https://dummyjson.com/products/1
- id: storage_write
type: io.kestra.plugin.gcp.bigquery.StorageWrite
from: "{{ outputs.read_data.uri }}"
destinationTable: "my_project.my_dataset.my_table"
writeStreamType: DEFAULT
Properties
destinationTable*Requiredstring
bufferSizeintegerstring
Default
1000fromstring
impersonatedServiceAccountstring
locationstring
projectIdstring
scopesarray
SubTypestring
Default
["https://www.googleapis.com/auth/cloud-platform"]serviceAccountstring
writeStreamTypestring
Default
DEFAULTPossible Values
DEFAULTCOMMITTEDPENDINGOutputs
commitTimestring
Format
date-time