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.



All

folder BigQuery Dataset

Create and permission a dataset in BigQuery.



lock_openGet Access listGit Hub sourcePython menu_bookColab airAirflow thumb_upTest



Instructions

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.

Details

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."
                }
            }
        }
    }
]


Run This Workflow In Minutes On Google Cloud

Everything from a quick Google Cloud UI to reference developer code for your team in one GitHub repository.

Deployment Stepslaunch Developer Guidebuild UI How Tolaptop