Euno User Manual
Euno User Manual
  • 👋Welcome to Euno
  • 🧭Guides
    • 🔑Account Management
    • 🖥️Using the Data Model Screen
    • ⚙️Configuring Account Settings
      • Linked Accounts
        • GitHub
        • GitLab
      • Operations Log
    • 🗄️Creating and Managing Sources
    • 🏷️Custom Properties
      • Optimizing Complex Searches
    • 👟Euno Query Language (EQL)
      • Example of Full EQL Statements
    • Usage
  • 🗃️Sources
    • dbt Core
      • dbt Integration Discovered Resources
    • dbt Cloud
      • dbt Integration Discovered Resources
    • Looker
      • Using a custom Looker role
      • Looker Integration Discovered Resources
      • Troubleshooting Looker integration
    • Tableau
      • Tableau Integration Discovered Resources
      • Tableau Impression Data Setup
      • Tableau Usage Data Q&A
    • Snowflake
      • Snowflake Integration Discovered Resources
    • Fivetran
      • Fivetran Integration Discovered Resources
    • Bigquery
      • Bigquery Integration Discovered Resources
    • Thoughtspot
      • Thoughtspot Integration Discovered Resources
  • 🤖AI Assistant
  • 💻Automations
    • 📈Data Model Sync
      • Customizing Generated LookML Files
      • Dialect Conversion Charts
      • Data Model Sync Workflows
    • ⬅️Shift-left Proposals
    • 🖱️Pre-Aggregate Models
  • 👨‍🏫Reference
    • 🔗Universal Resource Identifier (URI)
    • 🤝Relationships
    • Basic Filters
    • Resource Sponsorship and Cleanup in Euno
  • ☎️Support
  • —
  • 🌐Euno Homepage
  • 🖥️Go to App
Powered by GitBook
On this page
  • GCP Project
  • GCP Dataset
  • GCP View
  1. Sources
  2. Bigquery

Bigquery Integration Discovered Resources

The Euno-BigQuery integration discovers the following resources:

GCP Project

Property
Value

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

Property
Value

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

Property
Value

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

PreviousBigqueryNextThoughtspot

Last updated 4 months ago

🗃️