dbt Integration Discovered Resources

Overview

The dbt integration discovers the following resources:

  • dbt Transformation Layer:

    • dbt sources

    • dbt seeds

    • dbt models

    • dbt columns

  • dbt Semantic Layer:

    • dbt metrics

    • dbt measures

    • dbt dimensions

    • dbt entities

property
Value
Applicable to

name

The property stores the name of the name of the resource.

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_entity

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.

dbt sources, dbt seeds, dbt models,

database_schema

The property stores the schema the resource is located.

dbt sources, dbt seeds, dbt models,

Last updated