bigrquery (version 0.4.1)

update_dataset: Updates an existing dataset in a project

Description

Updates an existing dataset in a project

Usage

update_dataset(project, dataset, ...)

Arguments

project

The project name, a string

dataset

The name of the dataset to create, a string

...

Additional arguments merged into the body of the request. snake_case will automatically be converted into camelCase so you can use consistent argument names.

See Also

Google API documentation: https://cloud.google.com/bigquery/docs/reference/v2/datasets/update

Other datasets: delete_dataset, get_dataset, insert_dataset, list_datasets

Examples

Run this code
# NOT RUN {
update_dataset("myproject", "existing_dataset", "my description", "friendly name")
# }

Run the code above in your browser using DataCamp Workspace