Skip to content

Instantly share code, notes, and snippets.

@mkantor
Created April 20, 2016 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkantor/34534881306e3290b8a11a80e8ffae0e to your computer and use it in GitHub Desktop.
Save mkantor/34534881306e3290b8a11a80e8ffae0e to your computer and use it in GitHub Desktop.
Output of `bq --format=prettyjson show publicdata:samples` on 2016-04-20.
{
"access": [
{
"role": "READER",
"specialGroup": "projectReaders"
},
{
"role": "WRITER",
"specialGroup": "projectWriters"
},
{
"role": "OWNER",
"specialGroup": "projectOwners"
},
{
"role": "READER",
"specialGroup": "allAuthenticatedUsers"
}
],
"creationTime": "1335915916144",
"datasetReference": {
"datasetId": "samples",
"projectId": "publicdata"
},
"etag": "\"oGMCLvGjZO7RB3oFjn17umMEDU4/MTMzNTkxNjI2Nzk3OA\"",
"id": "publicdata:samples",
"kind": "bigquery#dataset",
"lastModifiedTime": "1335916267978",
"selfLink": "https://www.googleapis.com/bigquery/v2/projects/publicdata/datasets/samples"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment