Google BigQuery Connector
Google BigQuery Connector Help
Version 8
ZappySys Logo File Version: v8
Supported Engine: 9

EndPoint Delete Dataset


Name

delete_dataset

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

Parameters

Parameter Label Required Options Description
ProjectId ProjectId NO
DatasetId DatasetId YES
deleteContents Delete All Tables NO
Option Value
True True
False False
If True, delete all the tables in the dataset. If False and the dataset contains tables, the request will fail. Default is False

Output Columns

Label DataType Length Raw Description
Response DT_WSTR 255 False

Input Columns

Label DataType Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.