Euno User Manual
Euno User Manual
  • 👋Welcome to Euno
  • 🧭Guides
    • 🔑Account Management
    • 📄Creating a New Project
    • 🖥️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
  • 🤖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
  1. Sources
  2. dbt Core

dbt Integration Discovered Resources

Overview

The dbt integration discovers the following resources:

  • dbt Transformation Layer:

    • dbt sources

    • dbt seeds

    • dbt models

    • dbt columns

    • dbt projects

  • dbt Semantic Layer:

    • dbt metrics

    • dbt measures

    • dbt dimensions

property
Value
Applicable to

name

The property stores the name of the dbt resource. In case there is an alias, Euno uses the alias for the "name" property

All dbt resources

description

This property stores description of the resource.

dbt sources, dbt seeds, dbt models, dbt columns, dbt metrics, dbt dimensions, dbt measures

first_observed

This property stores when Euno first observed the resource.

All dbt resources

last_observed

This property stores when Euno last observed the resource.

All dbt resources

type

dbt_source, dbt_seed, dbt_model, dbt_metric, dbt_column, dbt_dimension, dbt_measure, dbt_project

All dbt resources

is_external_package

The property stores whether the resource is from an external dbt package.

dbt sources, dbt seeds, dbt models

package_name

The property stores the name of the package the resource belongs to.

dbt sources, dbt seeds, dbt models

dbt_materialization_strategy

The property stores how the model will be materialization data warehouse.

dbt models

source_directory

Stores the entire path of the location of the resource, such as the entire file directory path in your git hosting solution.

All dbt resources

dbt_project

The dbt project the resource is found within.

All dbt resources

tags

The property stores the tags of the resource.

dbt sources, dbt seeds, dbt models, dbt columns, dbt metrics

meta

The property stores the meta of the resource.

dbt sources, dbt seeds, dbt models, dbt columns, dbt metrics

database

The property stores the database the resource is located in.

dbt sources, dbt seeds, dbt models

database_schema

The property stores the schema the resource is located in.

dbt sources, dbt seeds, dbt models

unique_id

The dbt unique_id of the resource

dbt sources, dbt seeds, dbt models

Previousdbt CoreNextdbt Cloud

Last updated 1 month ago

🗃️