README.md
# GoogleApi.BigQueryDataTransfer
BigQuery Data Transfer API client library.
Schedule queries or transfer external data from SaaS applications to Google BigQuery on a regular basis.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_big_query_data_transfer` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_big_query_data_transfer, "~> 0.29"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/bigquery-transfer/](https://cloud.google.com/bigquery-transfer/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_big_query_data_transfer](https://hexdocs.pm/google_api_big_query_data_transfer).