Google BigQuery Connector
Documentation
Version: 13
Documentation

EndPoint Read Table Rows


Name

read_table_data

Description

Gets the specified table resource by table ID. This method does not return the data in the table, it only returns the table resource, which describes the structure of this table. [API reference]

Parameters

Parameter Label Required Options Description
TableId TableId YES
ProjectId ProjectId NO Leave this value blank to use ProjectId from connection settings
DatasetId DatasetId NO Leave this value blank to use DatasetId from connection settings

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
-Dynamic- DT_WSTR nvarchar(4000) 4000 False
[Dynamic Column]_DT DT_DBTIMESTAMP datetime 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:

Read Table Rows using API Source

Google BigQuery
Read Table Rows
SSIS API Source - Read from table or endpoint

Read Table Rows using API Destination

Google BigQuery
Read Table Rows
SSIS API Destination - Access table or endpoint