Skip to content

Commit

Permalink
[RW-6021][risk=no] Add workspace_free_tier_usage to reporting BQ data…
Browse files Browse the repository at this point in the history
…set (#9)
  • Loading branch information
calbach authored Jan 7, 2021
1 parent 3e1c4db commit 2f696d9
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"description": "Time snapshot was taken, in Epoch milliseconds. Same across all rows and all tables in the snapshot, and uniquely defines a particular snapshot.",
"name": "snapshot_timestamp",
"type": "INTEGER"
},
{
"name": "cost",
"type": "FLOAT64",
"description": "Free tier usage cost for this workspace."
},
{
"name": "user_id",
"type": "INTEGER",
"description": "ID of the user whose free tier quota was billed for this workspace."
},
{
"name": "workspace_id",
"type": "INTEGER",
"description": "ID of the workspace associated with this free tier cost."
}
]

0 comments on commit 2f696d9

Please sign in to comment.