EndPoint insert_table_data
Parameters
Parameter | Label | Required | Options | Description |
---|---|---|---|---|
ProjectId | ProjectId | NO | ||
DatasetId | DatasetId | NO | ||
TableId | TableId | NO |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
index |
DT_I8
|
bigint
|
False |
||
reason |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
location |
DT_WSTR
|
nvarchar(255)
|
255 | False |
|
debugInfo |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
|
message |
DT_WSTR
|
nvarchar(4000)
|
4000 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use Google BigQuery Connector in API Source component to read data or in API Destination component to read/write data:
insert_table_data using API Source
Google BigQuery
insert_table_data

insert_table_data using API Destination
Google BigQuery
insert_table_data
