The StarThinker project will no longer receive new solution contributions from the Google team.
Please read the full StarThinker Open Source Support Ends At Google article for more details.
Create and permission a dataset in BigQuery.
Specify the name of the dataset. |
If dataset exists, it is inchanged. |
Add emails and / or groups to add read permission. |
CAUTION: Removing permissions in StarThinker has no effect. |
CAUTION: To remove permissions you have to edit the dataset. |
Open Source | YES |
Age | Aug. 14, 2017 (5 years, 4 months) |
Authors | kenjora@google.com |
Shedule Days | Configured by user. |
Shedule Hours | Configured by user. |
[
{
"dataset": {
"auth": {
"field": {
"name": "auth_write",
"kind": "authentication",
"order": 1,
"default": "service",
"description": "Credentials used for writing data."
}
},
"dataset": {
"field": {
"name": "dataset_dataset",
"kind": "string",
"order": 1,
"default": "",
"description": "Name of Google BigQuery dataset to create."
}
},
"emails": {
"field": {
"name": "dataset_emails",
"kind": "string_list",
"order": 2,
"default": [],
"description": "Comma separated emails."
}
},
"groups": {
"field": {
"name": "dataset_groups",
"kind": "string_list",
"order": 3,
"default": [],
"description": "Comma separated groups."
}
}
}
}
]
Everything from a quick Google Cloud UI to reference developer code for your team in one GitHub repository.