Skip to content

Commit

Permalink
Merge branch 'current' into dbeatty/remove-1.6-from-future
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Sep 8, 2023
2 parents eb27b39 + e7c6182 commit 930789b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 19 deletions.
2 changes: 1 addition & 1 deletion website/docs/docs/build/derived-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In MetricFlow, derived metrics are metrics created by defining an expression usi
| `metrics` | The list of metrics used in the derived metrics. | Required |
| `alias` | Optional alias for the metric that you can use in the expr. | Optional |
| `filter` | Optional filter to apply to the metric. | Optional |
| `offset_window` | Set the period for the offset window, such as 1 month. This will return the value of the metric one month from the metric time. This can't be used with `offset_to_grain`. | Required |
| `offset_window` | Set the period for the offset window, such as 1 month. This will return the value of the metric one month from the metric time. | Required |

The following displays the complete specification for derived metrics, along with an example.

Expand Down
16 changes: 5 additions & 11 deletions website/docs/docs/cloud/manage-access/audit-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ The dbt Cloud audit log stores all the events that occurred in your organization

## Accessing the audit log

To access audit log, click the gear icon in the top right, then click **Audit Log**.
To access the audit log, click the gear icon in the top right, then click **Audit Log**.

<div style={{maxWidth: '150px'}}>

<Lightbox src="/img/docs/dbt-cloud/dbt-cloud-enterprise/audit-log-menu.png" title="Audit log menu"/>

</div>
<Lightbox src="/img/docs/dbt-cloud/dbt-cloud-enterprise/audit-log-menu.png" width="30%" title="Audit log menu"/>

## Understanding the audit log

Expand Down Expand Up @@ -161,19 +157,17 @@ The audit log supports various events for different objects in dbt Cloud. You wi

You can search the audit log to find a specific event or actor, which is limited to the ones listed in [Events in audit log](#events-in-audit-log). The audit log successfully lists historical events spanning the last 90 days. You can search for an actor or event using the search bar, and then narrow your results using the time window.

<div style={{maxWidth: '600px'}}>

<Lightbox src="/img/docs/dbt-cloud/dbt-cloud-enterprise/audit-log-search.png" title="Use search bar to find content in the audit log"/>
<Lightbox src="/img/docs/dbt-cloud/dbt-cloud-enterprise/audit-log-search.png" width="85%" title="Use search bar to find content in the audit log"/>

</div>

## Exporting logs

You can use the audit log to export all historical audit results for security, compliance, and analysis purposes:

- For events within 90 days &mdash; dbt Cloud will automatically display the 90 days selectable date range. Select **Export Selection** to download a CSV file of all the events that occurred in your organization within 90 days.
- For events within 90 days &mdash; dbt Cloud will automatically display the 90-day selectable date range. Select **Export Selection** to download a CSV file of all the events that occurred in your organization within 90 days.
- For events beyond 90 days &mdash; Select **Export All**. The Account Admin will receive an email link to download a CSV file of all the events that occurred in your organization.

<Lightbox src="/img/docs/dbt-cloud/dbt-cloud-enterprise/audit-log-section.jpg" title="View audit log export options"/>
<Lightbox src="/img/docs/dbt-cloud/dbt-cloud-enterprise/audit-log-section.jpg" width="85%" title="View audit log export options"/>


Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ sidebar: "Users and licenses"
In dbt Cloud, _licenses_ are used to allocate users to your account. There are three different types of licenses in dbt Cloud:

- **Developer** &mdash; Granted access to the Deployment and [Development](/docs/cloud/dbt-cloud-ide/develop-in-the-cloud) functionality in dbt Cloud.
- **Read-Only** &mdash; Intended to view the [artifacts](/docs/deploy/artifacts) created in a dbt Cloud account.
- **IT** &mdash; Can manage users, groups, and licenses, among other permissions. Available on Enterprise and Team plans only.
- **Read-Only** &mdash; Intended to view the [artifacts](/docs/deploy/artifacts) created in a dbt Cloud account. Read-Only users can receive job notifications but not configure them.
- **IT** &mdash; Can manage users, groups, and licenses, among other permissions. IT users can receive job notifications but not configure them. Available on Enterprise and Team plans only.

The user's assigned license determines the specific capabilities they can access in dbt Cloud.

Expand All @@ -21,8 +21,8 @@ The user's assigned license determines the specific capabilities they can access
| API Access ||||
| Use [Source Freshness](/docs/deploy/source-freshness) ||||
| Use [Docs](/docs/collaborate/build-and-view-your-docs) ||||
| Receive [Job notifications](/docs/deploy/job-notifications) ||||
*Available on Enterprise and Team plans only and doesn't count toward seat usage. Please note, IT seats are limited to 1 seat per Team or Enterprise account.
| Receive [Job notifications](/docs/deploy/job-notifications) || ||
*Available on Enterprise and Team plans only and doesn't count toward seat usage. Please note, that IT seats are limited to 1 seat per Team or Enterprise account.

## Licenses

Expand Down
6 changes: 3 additions & 3 deletions website/docs/docs/deploy/job-notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Setting up notifications in dbt Cloud will allow you to receive alerts via Email

### Email

These are the following options for setting up email notifications:
These are the following options for setting up email notifications. Refer to [Users and licenses](/docs/cloud/manage-access/seats-and-users) for info on license types eligible for email notifications.

- As a **user** &mdash; You can set up email notifications for yourself under your Profile.
- As an **admin** &mdash; You can set up notifications on behalf of your team members. Refer to [Users and licenses](/docs/cloud/manage-access/seats-and-users) for info on license types eligible for email notifications.
- As a **user** &mdash; You can set up email notifications for yourself under your Profile.
- As an **admin** &mdash; You can set up notifications on behalf of your team members.

To set up job notifications, follow these steps:

Expand Down

0 comments on commit 930789b

Please sign in to comment.