Load table data
Operation name
Load table data
Function overview
Gets data from the file on Google Cloud Storage, and writes the data to the table on Google BigQuery.
Properties
For details on use of variables, refer to Variables.
Basic settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Name |
Required |
Not available |
Enter a name that is used on the script canvas. |
|
Required settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Destination |
Required |
Not available |
Select a connection resource.
|
|
Bucket name |
Required |
Available |
Select or enter the bucket name. |
|
Folder path |
Required |
Available |
Select or enter a folder path. |
Note
Specify an absolute path of Google Cloud Storage for the folder path. |
File name |
Required |
Available |
Select or enter file name. |
|
Destination project ID |
Required |
Available |
Select or enter the destination project ID. |
|
Destination dataset name |
Required |
Available |
Select or enter the destination dataset name. |
|
Destination table name |
Required |
Available |
Select or enter the destination table name. |
|
Property actions
Item name |
Description |
Remarks |
---|---|---|
Update the list of bucket names |
Get buckets in the specified destination and set them in Bucket name. |
|
Update the list of folder paths |
Get folder paths in the specified bucket and set them in Folder path. |
|
Update the list of file names |
Get files in the specified folder path and set them to File name. |
|
Update the list of destination project IDs |
Get projects in the specified destination and set them to Destination project ID. |
|
Update the list of destination dataset names |
Get datasets in the specified project and set them in Destination dataset name. |
|
Update the list of destination table names |
Get tables in the specified dataset and set them in Destination table name. |
|
Read settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Input file format |
Optional |
Not available |
Select an input file format.
|
|
Do not read the first line as a value |
Optional |
Not available |
Select whether or not to handle the first row of the specified file on Google Cloud Storage as data.
|
|
Write settings
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Write settings of destination tables |
Optional |
Not available |
Select an option to use when writing.
|
|
Comment
Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
---|---|---|---|---|
Comment |
Optional |
Not available |
You can write a short description of this connector. |
|
Transaction
Transaction isn't supported.
Parallel Stream Processing
PSP isn't supported.
Available component variables
Component variable name |
Description |
Remarks |
---|---|---|
message_category |
When an error occurs, the category of the message code corresponding to the error is stored. |
|
message_code |
When an error occurs, the code of the message code corresponding to the error is stored. |
|
message_level |
When an error occurs, the severity of the message code corresponding to the error is stored. |
|
error_type |
When an error occurs, the error type is stored. |
|
error_message |
When an error occurs, the error message is stored. |
|
error_trace |
When an error occurs, the trace information for the error is stored. |
|
Message codes, exception messages, and limitations
Connector |
Message code |
Exception message |
Limitations |
---|---|---|---|