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

313 search results

stg_zendesk__domain_name model

...Domain names associated with an organization. An organization may have mult...

columns: organization_id, organization_id columns: domain_name, domain_name columns: index, index Show 0 more
...--To disable this model, set the using_domain_names variable within your db...

stg_zendesk__brand model

...Brands are your customer-facing identities. They might represent multiple p...

columns: brand_id, brand_id columns: brand_url, brand_url columns: name, name Show 3 more
...with base as ( select * from {{ ref('stg_zendesk__brand_tmp') }} ), fields ...

stg_zendesk__group_tmp model

columns: id, id columns: _fivetran_deleted, _fivetran_deleted columns: _fivetran_synced, _fivetran_synced Show 4 more
...select * from {{ var('group') }}...

stg_zendesk__organization_tmp model

columns: id, id columns: _fivetran_synced, _fivetran_synced columns: created_at, created_at Show 28 more
...select * from {{ var('organization') }}...

stg_zendesk__ticket_schedule_tmp model

columns: _fivetran_synced, _fivetran_synced columns: created_at, created_at columns: schedule_id, schedule_id Show 1 more
...--To disable this model, set the using_schedules variable within your dbt_p...

stg_zendesk__user_tag model

...Table containing all tags associated with a user. Only present if your acco...

columns: user_id, user_id columns: tags, tags columns: tag, tag Show 0 more
...--To disable this model, set the using_user_tags variable within your dbt_p...

stg_zendesk__brand_tmp model

columns: id, id columns: _fivetran_deleted, _fivetran_deleted columns: _fivetran_synced, _fivetran_synced Show 19 more
...select * from {{ var('brand') }}...

stg_zendesk__organization_tag model

...The tags associated with an organization. An organization may have multiple...

columns: organization_id, organization_id columns: tags, tags columns: tag, tag Show 0 more
...--To disable this model, set the using_organization_tags variable within yo...

stg_zendesk__ticket_tag model

...Tags are words, or combinations of words, you can use to add more context t...

columns: ticket_id, ticket_id columns: tags, tags Show -1 more
...with base as ( select * from {{ ref('stg_zendesk__ticket_tag_tmp') }} ), fi...

stg_zendesk__ticket_tag_tmp model

columns: tag, tag columns: ticket_id, ticket_id columns: _fivetran_synced, _fivetran_synced Show 0 more
...select * from {{ var('ticket_tag') }}...

stg_zendesk__ticket_comment_tmp model

columns: id, id columns: _fivetran_synced, _fivetran_synced columns: body, body Show 7 more
...select * from {{ var('ticket_comment') }}...

stg_zendesk__schedule model

...The support schedules created with different business hours and holidays....

columns: schedule_id, schedule_id columns: end_time_utc, end_time_utc columns: start_time_utc, start_time_utc Show 2 more
...--To disable this model, set the using_schedules variable within your dbt_p...

stg_zendesk__domain_name_tmp model

columns: index, index columns: organization_id, organization_id columns: _fivetran_synced, _fivetran_synced Show 1 more
...--To disable this model, set the using_domain_names variable within your db...

stg_zendesk__ticket_field_history_tmp model

columns: field_name, field_name columns: ticket_id, ticket_id columns: updated, updated Show 3 more
...select * from {{ var('ticket_field_history') }}...

stg_zendesk__group model

...When support requests arrive in Zendesk Support, they can be assigned to a ...

columns: group_id, group_id columns: name, name Show -1 more
...with base as ( select * from {{ ref('stg_zendesk__group_tmp') }} ), fields ...

stg_zendesk__organization model

...Just as agents can be segmented into groups in Zendesk Support, your custom...

columns: organization_id, organization_id columns: created_at, created_at columns: updated_at, updated_at Show 3 more
...with base as ( select * from {{ ref('stg_zendesk__organization_tmp') }} ), ...

stg_zendesk__schedule_tmp model

columns: end_time, end_time columns: id, id columns: start_time, start_time Show 7 more
...--To disable this model, set the using_schedules variable within your dbt_p...

stg_zendesk__ticket model

...Tickets are the means through which your end users (customers) communicate ...

columns: ticket_id, ticket_id columns: _fivetran_synced, _fivetran_synced columns: assignee_id, assignee_id Show 25 more
...with base as ( select * from {{ ref('stg_zendesk__ticket_tmp') }} ), fields...

stg_zendesk__user_tmp model

columns: id, id columns: _fivetran_synced, _fivetran_synced columns: active, active Show 42 more
...select * from {{ var('user') }}...

stg_zendesk__ticket_comment model

...Ticket comments represent the conversation between requesters, collaborator...

columns: ticket_comment_id, ticket_comment_id columns: _fivetran_synced, _fivetran_synced columns: body, body Show 7 more
...with base as ( select * from {{ ref('stg_zendesk__ticket_comment_tmp') }} )...
Show 293 more