Endpoints
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 |
---|---|---|
[Dynamic Endpoint] | get_[dynamic_endpoint_name] | Read data from [$parent.tableReference.datasetId$].[$parent.tableReference.tableId$] for project . [API reference] |
Create Dataset | post_dataset | Creates a new empty dataset. [API reference] |
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 reference] |
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 reference] |
Get Query Schema (From SQL) | get_query_schema | Runs a BigQuery SQL query synchronously and returns query schema [API reference] |
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 reference] |
Insert Table Data | insert_table_data | |
List Datasets | list_datasets | Lists all BigQuery datasets in the specified project to which the user has been granted the READER dataset role. [API reference] |
List Projects | list_projects | Lists Projects that the caller has permission on and satisfy the specified filter. [API reference] |
List Tables | list_tables | Lists BigQuery Tables for the specified project / dataset to which the user has been granted the READER dataset role. [API reference] |
Post Dynamic Endpoint | post_[dynamic_endpoint_name] | |
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 reference] |
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 reference] |
Make Generic API 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. |
Make Generic API Request (Bulk Write) | generic_request_bulk_write | This is a generic endpoint for bulk write purpose. 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. |