BigQuery

The BigQuery component is a data connector that allows users to insert data to BigQuery tables. It can carry out the following tasks:

#Release Stage

Alpha

#Configuration

The component configuration is defined and maintained here.

#Connection

FieldField IDTypeNote
JSON Key File contents (required)json_keystringContents of the JSON key file with access to the bucket.
BigQuery Project ID (required)project_idstringFill in your BigQuery Project ID.
BigQuery Dataset ID (required)dataset_idstringFill in your BigQuery Dataset ID.
BigQuery Table Name (required)table_namestringFill in your BigQuery Table Name.

#Supported Tasks

#Insert

Insert data to BigQuery.

InputIDTypeDescription
Task ID (required)taskstringTASK_INSERT
Data (required)dataobjectThe data to be inserted to BigQuery
OutputIDTypeDescription
StatusstatusstringStatus of the upload operation

Last updated: 5/16/2024, 9:38:32 PM