icons
Lineage Graph

Welcome!

Welcome to the auto-generated documentation for your dbt project!

You can use the Project and Database navigation tabs on the left side of the window to explore the models in your project.

Project Tab

The Project tab mirrors the directory structure of your dbt project. In this tab, you can see all of the models defined in your dbt project, as well as models imported from dbt packages.

Database Tab

The Database tab also exposes your models, but in a format that looks more like a database explorer. This view shows relations (tables and views) grouped into database schemas. Note that ephemeral models are not shown in this interface, as they do not exist in the database.

Graph Exploration

You can click the blue icon on the bottom-right corner of the page to view the lineage graph of your models.

On model pages, you'll see the immediate parents and children of the model you're exploring. By clicking the Expand button at the top-right of this lineage pane, you'll be able to see all of the models that are used to build, or are built from, the model you're exploring.

Once expanded, you'll be able to use the --models and --exclude model selection syntax to filter the models in the graph. For more information on model selection, check out the dbt docs.

Note that you can also right-click on models to interactively filter and explore the graph.


More information

228 search results

base_snowplow__subscriptions_stripe model

columns: EVENT_VERSION, EVENT_VERSION columns: EVENT_FINGERPRINT, EVENT_FINGERPRINT columns: EVENT_RECEIVED_TIME, EVENT_RECEIVED_TIME Show 41 more
...{{ config( materialized='incremental', incremental_strategy='merge', unique...

base_backend__styles model

columns: STYLE_ID, STYLE_ID columns: AURA_STYLE_ID, AURA_STYLE_ID columns: CREATED_AT, CREATED_AT Show 4 more
...{{ config( materialized='view' ) }} WITH "styles" AS ( SELECT {{ normalize_...

base_backend__posts model

columns: POST_ID, POST_ID columns: CREATED_TIME, CREATED_TIME columns: POST_STATUS, POST_STATUS Show 7 more
...{{ config( materialized='table' ) }} WITH "posts" AS ( SELECT {{ normalize_...

base_backend__ppe_accounts model

columns: _DBT_SOURCE_RELATION, _DBT_SOURCE_RELATION columns: ID, ID columns: CREATEDDATE, CREATEDDATE Show 14 more
...{{ config( materialized='view' ) }} {{ dbt_utils.union_relations( relations...

base_backend__ppe_styles model

columns: _DBT_SOURCE_RELATION, _DBT_SOURCE_RELATION columns: ID, ID columns: HEXID, HEXID Show 23 more
...{{ config( materialized='view' ) }} {{ dbt_utils.union_relations( relations...

util_months model

columns: DATE_MONTH, DATE_MONTH Show -2 more
...{{ dbt_utils.date_spine( datepart="month", start_date="'2018-01-01'", end_d...

base_backend__accounts model

columns: USER_ID, USER_ID columns: CREATED_AT, CREATED_AT columns: USER_NAME, USER_NAME Show 5 more
...{{ config( materialized='view' ) }} WITH "accounts" AS ( SELECT {{ normaliz...

fct_errors_daily model

columns: DATE, DATE columns: APP_ID, APP_ID columns: OS, OS Show 8 more
...{{ config( materialized='table', post_hook=[ "GRANT SELECT ON {{ this }} TO...

fct_funnel_weekly model

columns: STATUS_DATE, STATUS_DATE columns: CONVERTED_TO, CONVERTED_TO columns: N_CONVERSION, N_CONVERSION Show 0 more
...{{ config( materialized='table', post_hook=[ "GRANT SELECT ON {{ this }} TO...

fct_funnel_monthly model

columns: STATUS_DATE, STATUS_DATE columns: CONVERTED_TO, CONVERTED_TO columns: N_CONVERSION, N_CONVERSION Show 0 more
...{{ config( materialized='table', post_hook=[ "GRANT SELECT ON {{ this }} TO...

fct_funnel_daily model

columns: STATUS_DATE, STATUS_DATE columns: CONVERTED_TO, CONVERTED_TO columns: N_CONVERSION, N_CONVERSION Show 0 more
...{{ config( materialized='table', post_hook=[ "GRANT SELECT ON {{ this }} TO...

stg_external__transactions_wechat model

columns: PAYMENT_SOURCE, PAYMENT_SOURCE columns: USER_ID, USER_ID columns: SUBSCRIPTION_ID, SUBSCRIPTION_ID Show 19 more
...{{ config( materialized='table', ) }} WITH wechat_payments AS ( SELECT tran...

stg_external__transactions_windows model

columns: PAYMENT_SOURCE, PAYMENT_SOURCE columns: USER_ID, USER_ID columns: SUBSCRIPTION_ID, SUBSCRIPTION_ID Show 19 more
...{{ config( materialized='table', ) }} WITH transactions as ( SELECT 'window...

stg_snowplow__identity model

...# Identity Model To join our events to user information, we need a proper i...

columns: APP_ID, APP_ID columns: DEVICE_ID, DEVICE_ID columns: USER_ID, USER_ID Show 3 more
...{{ config( materialized='incremental', incremental_strategy='merge', unique...

stg_snowplow__identity_amp model

columns: DEVICE_ID, DEVICE_ID columns: AMPLITUDE_DEVICE_ID, AMPLITUDE_DEVICE_ID columns: EVENT_RECEIVED_TIME, EVENT_RECEIVED_TIME Show 0 more
...{{ config( materialized='incremental', incremental_strategy='merge', unique...

stg_snowplow__identity_nat model

...Please refer to the description of the [stg_snowplow__identity](/model/mode...

columns: NATIVE_DEVICE_ID, NATIVE_DEVICE_ID columns: DEVICE_ID, DEVICE_ID columns: IS_NATIVE_DEVICE_ONLY, IS_NATIVE_DEVICE_ONLY Show 1 more
...{{ config( materialized='table' ) }} WITH "all_native_ids" AS ( SELECT COAL...

stg_snowplow__ignore_users model

columns: USER_ID, USER_ID Show -2 more
...{{ config( materialized='table' ) }} WITH "user_ids_to_ignore" AS ( SELECT ...

snap_polarr_accounts snapshot

columns: ID, ID columns: CREATEDDATE, CREATEDDATE columns: UPDATEDDATE, UPDATEDDATE Show 44 more
... {{ config( target_database='polarr', target_schema='snapshots', unique_key...

snap_aura_posts snapshot

columns: ID, ID columns: CREATEDDATE, CREATEDDATE columns: UPDATEDDATE, UPDATEDDATE Show 34 more
... {{ config( target_database='polarr', target_schema='snapshots', unique_key...

snap_aura_accounts snapshot

columns: ID, ID columns: CREATEDDATE, CREATEDDATE columns: UPDATEDDATE, UPDATEDDATE Show 42 more
... {{ config( target_database='polarr', target_schema='snapshots', unique_key...
Show 208 more