blanton v0.2.2 Blanton.Dataset
Controllable BigQuery dataset You can get a list, create, delete.
Link to this section Summary
Functions
Create a dataset for the specified project ID
Delete a dataset for the specified project id
Get a dataset struct
Get a list of the datasets that belong to the project ID
Link to this section Functions
Link to this function
create(dataset_id)
Specs
create(String.t()) :: GoogleApi.BigQuery.V2.Model.Dataset.t()
Link to this function
create(project_id, dataset_id, opts \\ [])
Specs
create(String.t(), String.t(), Keyword.t()) :: GoogleApi.BigQuery.V2.Model.Dataset.t()
Create a dataset for the specified project ID
Link to this function
delete(dataset_id)
Specs
delete(String.t()) :: {:ok, Tesla.Env.t()}
Link to this function
delete(project_id, dataset_id, optional_params \\ [], opts \\ [])
Specs
delete(String.t(), String.t(), Keyword.t(), Keyword.t()) :: {:ok, Tesla.Env.t()}
Delete a dataset for the specified project id
Link to this function
get()
Link to this function
get(project_id, dataset_id, optional_params \\ [], opts \\ [])
Specs
get(String.t(), String.t(), Keyword.t(), Keyword.t()) :: GoogleApi.BigQuery.V2.Model.Dataset.t()
Get a dataset struct
Full docs
https://hexdocs.pm/google_api_big_query/GoogleApi.BigQuery.V2.Api.Datasets.html#content
Link to this function
lists()
Specs
lists() :: GoogleApi.BigQuery.V2.Api.Datasets.t()
Link to this function
lists(project_id, optional_params \\ [], opts \\ [])
Specs
Get a list of the datasets that belong to the project ID