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 |
If the column you are looking for is missing, consider customizing Google BigQuery Connector.
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

ODBC application
Use these SQL queries in your ODBC application data source:
Insert Table Data
-- We are out of SQL query examples for this Endpoint, sorry!
-- But will try to get some very very soon!
SQL Server
Use these SQL queries in SQL Server after you create a data source in Data Gateway:
Insert Table Data
DECLARE @MyQuery NVARCHAR(MAX) = '-- We are out of SQL query examples for this Endpoint, sorry!
-- But will try to get some very very soon!';
EXEC (@MyQuery) AT [LS_TO_GOOGLE_BIGQUERY_IN_GATEWAY];