Delete

Deletes the dataset specified by the datasetId value

3 variables
0 variables

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

Authorization

To use this building block you will have to grant access to at least one of the following scopes:

  • View and manage your data in Google BigQuery
  • View and manage your data across Google Cloud Platform services

Input

This building block consumes 3 input parameters

  = Parameter name
  = Format

projectId STRING Required

Project ID of the dataset being deleted

datasetId STRING Required

Dataset ID of dataset being deleted

deleteContents BOOLEAN

If True, delete all the tables in the dataset. If False and the dataset contains tables, the request will fail. Default is False