BigQuery v0.0.6 BigQuery.Table

Summary

Functions

get(project_id, dataset_id, table_id)
insert(project_id, dataset_id, table)

Insert a Table resource.

The table resource requires, at minimum, the schema and tableReference fields to be non-nil.

list(project_id, dataset_id, opts \\ [maxResults: nil, pageToken: nil])

Specs

list(String.t, String.t, opts :: [maxResults: integer | nil, pageToken: String.t | nil]) ::
  {:ok, BigQuery.Types.TableList.t} |
  {:error, BigQuery.Resource.response | String.t}