Bigquery Integration Discovered Resources
The Euno-BigQuery integration discovers the following resources:
GCP Project
name
The GCP project's display name
native_id
The GCP project's id
type
always gcp_project
Only GCP projects with views or tables are discovered
GCP Dataset
name
The GCP dataset's name
description
The dataset's description, if available
created_at
updated_at
parent container
The GCP project containing the dataset
type
always gcp_dataset
meta
Any dataset label will be observed as a meta entry
GCP View
name
The GCP view's name
description
The view's description, if available
created_at
updated_at
parent container
The GCP dataset containing the view
type
always table
materialized
always false
meta
Any view label will be observed as a meta entry
table properties
The SQL definition of the view
table dependencies
The list of views or tables this view depends on based on its SQL definition
database technology
always bigquery
schema
The name of the BigQuery dataset containing the view
database
The name of the GCP Project
Last updated