Skip to content
Merged
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
18 changes: 15 additions & 3 deletions site/guide/integrations/configure-analytics-exports.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ date: last-modified
---
<!-- Shortcut: 14706 -->

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}

Expand All @@ -27,13 +27,23 @@ 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 - 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 30, 60, or 90-day window 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}
Expand Down Expand Up @@ -158,3 +168,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)
Loading