Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Ability to toggle the view to show either a unique count of users or content that have accessed the data asset over the specific time period

  2. Viewing Read usage And/Or Write Usage Select the type of usage you want to view: Reads, Writes, Modifies, Runs and Downloads

  3. When you select on a specific day in the chart, K will display the specific users on that day underneath the charts

  4. Download the usage report in an excel format

...

...

Definitions of Usage Type

Usage Type

Definition

Example

Reads

A user views or accesses the data asset and makes nil changes to the data asset

Runs a query against a table/column

Downloads a report

Writes

A user updates the data asset but does not make changes to the data assets strucure/meta

Dataset is refreshed

Additional rows added to table

Code: CREATE TABLE AS SELECT

Modifies

The structure of the data asset or meta has changed

Report edited

Dataset structure edited

New column inserted in table

Runs

Data object has successfully run a code

Pipeline finishes successfully

Query executed

Downloads

Data asset download has been detected from source event logs

Note: Downloads will also be counted as a ‘Read’ usage as the user needs to access the data asset to enable download.

Report downloaded