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

EndPoint List Datasets


Name

list_datasets

Description

Lists all BigQuery datasets in the specified project to which the user has been granted the READER dataset role. [API Help]

Parameters

Parameter Label Required Options Description
ProjectId ProjectId NO
SearchFilter SearchFilter NO An expression for filtering the results of the request. Filter rules are case insensitive. If multiple fields are included in a filter query, the query will return results that match any of the fields. Some eligible fields for filtering are: name, id, labels.{key} (where key is the name of a label), parent.type, parent.id, lifecycleState. Example: name:how*
all all NO
Option Value
True True
False False
Whether to list all datasets, including hidden ones

Output Columns

Label DataType Length Raw Description
datasetId DT_WSTR 255 False
projectId DT_WSTR 255 False
kind DT_WSTR 100 False
id DT_WSTR 100 False
location DT_WSTR 100 False

Input Columns

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