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
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
Last updated