From ff747ee1ef11af0b8dfedf2f523a3883a546c3f0 Mon Sep 17 00:00:00 2001 From: Nik Richers Date: Wed, 29 Apr 2026 18:51:54 -0700 Subject: [PATCH 1/4] docs: Add Model Activity to analytics data export datasets Add Model Activity as an available dataset option in Analytics Data Export configuration. Model Activity exports audit events (comments, workflow status changes, field updates) for compliance reporting and audit trails. Shortcut: sc-15291 --- site/guide/integrations/configure-analytics-exports.qmd | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/site/guide/integrations/configure-analytics-exports.qmd b/site/guide/integrations/configure-analytics-exports.qmd index 4ea573c847..f02e592758 100644 --- a/site/guide/integrations/configure-analytics-exports.qmd +++ b/site/guide/integrations/configure-analytics-exports.qmd @@ -7,7 +7,7 @@ date: last-modified --- -Configure scheduled exports of analytics datasets to cloud storage so that BI tools such as Tableau, Snowflake, and Looker can consume models, findings, and workflow metrics. +Configure scheduled exports of analytics datasets to cloud storage so that BI tools such as Tableau, Snowflake, and Looker can consume models, findings, workflow metrics, and activity events. ::: {.attn} @@ -34,6 +34,11 @@ Configure scheduled exports of analytics datasets to cloud storage so that BI to - Artifact - Policy Exception - Artifact - Validation Issue - Inventory Models + - Model Activity[^4] + + ::: {.callout title="Model Activity exports"} + Model Activity exports audit events — comments, workflow status changes, and field updates on inventory records. Use this dataset for compliance reporting or audit trails. Model Activity respects the same export scope (organization, workspace, or selected models) and supports date range filtering. + ::: ::: {.column-margin} ![Selecting datasets](configure-analytics-export-step-1.png){fig-alt="Create Analytics Export modal showing Select Datasets step and datasets dropdown." .screenshot} @@ -158,3 +163,5 @@ Data you exported previously will remain in the cloud storage destination unchan [^2]: [Manage secrets](/guide/integrations/manage-secrets.qmd) [^3]: [Manage artifact types](/guide/model-validation/manage-artifact-types.qmd) + +[^4]: [View record activity](/guide/inventory/view-record-activity.qmd) From 76d81f5ea2dafc9ff539c5ae43ece1195b108bb6 Mon Sep 17 00:00:00 2001 From: Nik Richers Date: Wed, 29 Apr 2026 23:29:16 -0700 Subject: [PATCH 2/4] Add custom artifact types and inventory record types to export list --- site/guide/integrations/configure-analytics-exports.qmd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/site/guide/integrations/configure-analytics-exports.qmd b/site/guide/integrations/configure-analytics-exports.qmd index f02e592758..9e982e7652 100644 --- a/site/guide/integrations/configure-analytics-exports.qmd +++ b/site/guide/integrations/configure-analytics-exports.qmd @@ -29,17 +29,22 @@ Configure scheduled exports of analytics datasets to cloud storage so that BI to 4. From the **[datasets]{.smallcaps}** dropdown, choose which analytics datasets to export: - - Artifact - Change Management Record (custom artifact example)[^3] - Artifact - Model Limitation - Artifact - Policy Exception - Artifact - Validation Issue - Inventory Models - Model Activity[^4] + - Custom artifact types[^3] + - Custom inventory record types ::: {.callout title="Model Activity exports"} Model Activity exports audit events — comments, workflow status changes, and field updates on inventory records. Use this dataset for compliance reporting or audit trails. Model Activity respects the same export scope (organization, workspace, or selected models) and supports date range filtering. ::: + ::: {.callout title="Custom types"} + Any custom artifact types or custom inventory record types defined for your organization also appear in the datasets dropdown and can be exported. + ::: + ::: {.column-margin} ![Selecting datasets](configure-analytics-export-step-1.png){fig-alt="Create Analytics Export modal showing Select Datasets step and datasets dropdown." .screenshot} ::: From adaa7cb30e24e986a901d46bef62a7a618811942 Mon Sep 17 00:00:00 2001 From: Nik Richers Date: Wed, 29 Apr 2026 23:29:43 -0700 Subject: [PATCH 3/4] Change colon to 'For example:' --- site/guide/integrations/configure-analytics-exports.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/guide/integrations/configure-analytics-exports.qmd b/site/guide/integrations/configure-analytics-exports.qmd index 9e982e7652..0e9081bbce 100644 --- a/site/guide/integrations/configure-analytics-exports.qmd +++ b/site/guide/integrations/configure-analytics-exports.qmd @@ -27,7 +27,7 @@ Configure scheduled exports of analytics datasets to cloud storage so that BI to 3. On the Analytics Exports page, click **{{< fa plus >}} Create Analytics Export**. -4. From the **[datasets]{.smallcaps}** dropdown, choose which analytics datasets to export: +4. From the **[datasets]{.smallcaps}** dropdown, choose which analytics datasets to export. For example: - Artifact - Model Limitation - Artifact - Policy Exception From cdcabb8bdceb02a18af7f980e06e220411bd940b Mon Sep 17 00:00:00 2001 From: Nik Richers Date: Thu, 30 Apr 2026 15:02:43 -0700 Subject: [PATCH 4/4] docs: Clarify Model Activity date filtering options Change "date range filtering" to "30, 60, or 90-day window filtering" to accurately reflect the fixed window picker in the UI. --- site/guide/integrations/configure-analytics-exports.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/guide/integrations/configure-analytics-exports.qmd b/site/guide/integrations/configure-analytics-exports.qmd index 0e9081bbce..d77b523692 100644 --- a/site/guide/integrations/configure-analytics-exports.qmd +++ b/site/guide/integrations/configure-analytics-exports.qmd @@ -38,7 +38,7 @@ Configure scheduled exports of analytics datasets to cloud storage so that BI to - Custom inventory record types ::: {.callout title="Model Activity exports"} - Model Activity exports audit events — comments, workflow status changes, and field updates on inventory records. Use this dataset for compliance reporting or audit trails. Model Activity respects the same export scope (organization, workspace, or selected models) and supports date range filtering. + Model Activity exports audit events — comments, workflow status changes, and field updates on inventory records. Use this dataset for compliance reporting or audit trails. Model Activity respects the same export scope (organization, workspace, or selected models) and supports 30, 60, or 90-day window filtering. ::: ::: {.callout title="Custom types"}