Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/dbt/dbt-artifacts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,8 @@ Each time the model is executed, the data is replaced with data from the project

Data about all the columns that are documented in the yml files. Each row contains information about the properties of a single column, including data type and description.
Each time the model is executed, the data is replaced with data from the project's current graph.

### dbt_groups

Data about the groups configured in the project and project packages. Each row contains information about the properties of a single group, including columns like group name and owner.
Each time the model is executed, the data is replaced with data from the project's current graph.
7 changes: 7 additions & 0 deletions docs/dbt/package-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,13 @@ Metadata about all the snapshots in the project and project packages.
Each row contains information about the properties of a single snapshot, including columns like tags, owner, depends_on,
and description.

### dbt_groups

_Table_

Metadata about the groups configured in the project and project packages.
Each row contains information about the properties of a single group, including columns like group name and owner.

## Alerts views

### alerts_dbt_models
Expand Down
Loading