diff --git a/docs/dbt/dbt-artifacts.mdx b/docs/dbt/dbt-artifacts.mdx index 31c7ca1ec..fa944aaef 100644 --- a/docs/dbt/dbt-artifacts.mdx +++ b/docs/dbt/dbt-artifacts.mdx @@ -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. diff --git a/docs/dbt/package-models.mdx b/docs/dbt/package-models.mdx index 2ffc88dc9..717461b07 100644 --- a/docs/dbt/package-models.mdx +++ b/docs/dbt/package-models.mdx @@ -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