Google BigQuery Connector
Documentation
Version: 13
Documentation

EndPoint Delete Table


Name

delete_table

Description

Deletes the dataset specified by the datasetId value. Before you can delete a dataset, you must delete all its tables, either manually or by specifying deleteContents. Immediately after deletion, you can create another dataset with the same name. [API reference]

Parameters

Parameter Label Required Options Description
TableId TableId YES
ProjectId ProjectId NO
DatasetId DatasetId NO

Output Columns

Label Data Type (SSIS) Data Type (SQL) Length Raw Description
Response DT_WSTR nvarchar(255) 255 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:

Delete Table using API Source

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

Delete Table using API Destination

Google BigQuery
Delete Table
SSIS API Destination - Access table or endpoint