Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shirleycohen authored Oct 31, 2023
1 parent 1a9420b commit 679f38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/usage_tracking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This folder contains a series of cloud functions that generate an event click stream in BigQuery based on Data Catalog user activity:

1) `entry_views`: which users have viewed which entries in the catalog over time
1) `entry_clicks`: which users have viewed which entries in the catalog over time
2) `tag_creates`: which users have created a tag on which entries in the catalog over time
3) `tag_updates`: which users have updated a tag on which entries in the catalog over time
4) `tag_deletes`: which users have deleted a tag on which entries in the catalog over time
Expand Down Expand Up @@ -231,4 +231,4 @@ bq query \
--schedule='every 24 hours' \
--replace=true \
'SELECT `$BIGQUERY_PROJECT`.usage_tracking.entry_clicks('$BIGQUERY_PROJECT', 'audit_logs', '$BIGQUERY_PROJECT', 'reporting', current_date()-1)'
```
```

0 comments on commit 679f38e

Please sign in to comment.