GCP Big Query Table
A BigQuery table is the fundamental unit of stored data within Google Cloud’s analytics warehouse, BigQuery. Each table resides inside a dataset and contains rows of structured data organised into columns, along with associated metadata such as schema definitions, partitioning information and access controls. Tables are referenced by the triple <PROJECT_ID>.<DATASET_ID>.<TABLE_ID>
and serve as the target for queries, data loads and exports.
Official documentation: https://cloud.google.com/bigquery/docs/tables-intro
Terrafrom Mappings:
google_bigquery_table.id
Supported Methods
GET
: Get GCP Big Query Table by "gcp-big-query-dataset-id|gcp-big-query-table-id"LIST
SEARCH
: Search for GCP Big Query Table by "gcp-big-query-dataset-id"
Possible Links
gcp-big-query-dataset
A BigQuery table is contained within a BigQuery dataset. The dataset acts as the parent namespace, so every table discovered by Overmind will have a parent
link pointing to the dataset it belongs to.