Reference

Endpoint Insert Table Data


Name

insert_table_data

Description

No description available

Parameters

Parameter Required Options
Name: ProjectId

Label: ProjectId

Name: DatasetId

Label: DatasetId

Name: TableId

Label: TableId

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Description
index DT_I8 bigint
reason DT_WSTR nvarchar(255) 255
location DT_WSTR nvarchar(255) 255
debugInfo DT_WSTR nvarchar(4000) 4000
message DT_WSTR nvarchar(4000) 4000
If the column you are looking for is missing, consider customizing Google BigQuery Connector.

Input Columns

Label Data Type (SSIS) Data Type (SQL) Length 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 or in API Destination SSIS Data Flow components to read or write data.

API Source

API Source - Google BigQuery
Read / write Google BigQuery data inside your app without coding using easy to use high performance API Connector
Google BigQuery
Insert Table Data
Optional Parameters
ProjectId
DatasetId
TableId
SSIS API Source - Read from table or endpoint

API Destination

API Destination - Google BigQuery
Read / write Google BigQuery data inside your app without coding using easy to use high performance API Connector
Google BigQuery
Insert Table Data
Optional Parameters
ProjectId
DatasetId
TableId
SSIS API Destination - Access table or endpoint

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];