blanton v0.2.2 Blanton.Dataset

Controllable BigQuery dataset You can get a list, create, delete.

Link to this section Summary

Link to this section Functions

Link to this function

create(dataset_id)

Specs

Link to this function

create(project_id, dataset_id, opts \\ [])

Specs

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(project_id, dataset_id, optional_params \\ [], opts \\ [])

Specs

Get a dataset struct

Full docs

https://hexdocs.pm/google_api_big_query/GoogleApi.BigQuery.V2.Api.Datasets.html#content

Specs

lists() :: GoogleApi.BigQuery.V2.Api.Datasets.t()
Link to this function

lists(project_id, optional_params \\ [], opts \\ [])

Specs

lists(String.t(), Keyword.t(), Keyword.t()) ::
  GoogleApi.BigQuery.V2.Api.Datasets.t()

Get a list of the datasets that belong to the project ID