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
bufferSize integerstring
Default
1000
from string
impersonatedServiceAccount string
location string
projectId string
scopes array
SubType string
Default
["https://www.googleapis.com/auth/cloud-platform"]
serviceAccount string
writeStreamType string
Default
DEFAULT
Possible Values
DEFAULT
COMMITTED
PENDING
Outputs
commitTime string
Format
date-time