Created
April 20, 2016 16:20
-
-
Save mkantor/34534881306e3290b8a11a80e8ffae0e to your computer and use it in GitHub Desktop.
Output of `bq --format=prettyjson show publicdata:samples` on 2016-04-20.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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