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

EndPoints for Google BigQuery Connector


On this page you will see possible API actions you can perform with Google BigQuery connector. We will refer this as API EndPoint or just EndPoint.

Label Name Description
Read Data using SQL Query -OR- Execute Script (i.e. CREATE, SELECT, INSERT, UPDATE, DELETE) get_query Runs a BigQuery SQL query synchronously and returns query results if the query completes within a specified timeout [API Help..]
Read Table Rows read_table_data 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 Help..]
[$parent.tableReference.datasetId$].[$parent.tableReference.tableId$] get_[$parent.tableReference.datasetId$]_[$parent.tableReference.tableId$] Read data from [$parent.tableReference.datasetId$].[$parent.tableReference.tableId$] for project . [API Help..]
List Projects list_projects Lists Projects that the caller has permission on and satisfy the specified filter. [API Help..]
List Datasets list_datasets Lists all BigQuery datasets in the specified project to which the user has been granted the READER dataset role. [API Help..]
Create Dataset post_dataset Creates a new empty dataset. [API Help..]
Delete Dataset delete_dataset 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..]
Delete Table delete_table 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..]
List Tables list_tables Lists BigQuery Tables for the specified project / dataset to which the user has been granted the READER dataset role. [API Help..]
Get Query Schema (From SQL) get_query_schema Runs a BigQuery SQL query synchronously and returns query schema [API Help..]
Get Table Schema get_table_schema 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 Help..]
insert_table_data insert_table_data
post_[$parent.tableReference.datasetId$]_[$parent.tableReference.tableId$] post_[$parent.tableReference.datasetId$]_[$parent.tableReference.tableId$]
Generic Request generic_request This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL.