BigQuery Datasets¶
Provider: Google Cloud
Service ID: gcp_bigquery_datasets
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'gcp_bigquery_datasets',
provider: 'gcp',
region: 'europe-west2',
source: 'live',
attributes: ['project', 'name', 'dataset_id', 'friendly_name', 'location', 'creation_time']
});
</script>
<div data-sd-service="gcp_bigquery_datasets" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['project', 'name', 'dataset_id', 'friendly_name', 'location', 'creation_time', 'description']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
project |
Project | text |
From API field: __project_id__ |
name |
Dataset Name | text |
From API field: dataset_reference.dataset_id |
dataset_id |
Dataset ID | text |
From API field: dataset_reference.dataset_id |
friendly_name |
Friendly Name | text |
From API field: friendly_name |
location |
Location | text |
From API field: location |
creation_time |
Creation Time | datetime |
From API field: creation_time |
last_modified_time |
Last Modified | datetime |
From API field: last_modified_time |
description |
Description | text |
From API field: description |
labels |
Labels | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name