package instances
Type Members
- trait CoderInstances extends AnyRef
Main package for BigQuery APIs.
Main package for BigQuery APIs. Import all.
import com.spotify.scio.bigquery._
There are two BigQuery dialects,
legacy and
standard. APIs that take a
BigQuery query string as argument, e.g. com.spotify.scio.bigquery.client.BigQuery.query.rows,
com.spotify.scio.bigquery.client.BigQuery.query.schema,
com.spotify.scio.bigquery.client.BigQuery.getTypedRows and
BigQueryType.fromQuery, automatically
detects the query's dialect. To override this, start the query with either #legacysql
or
#standardsql
comment line.
BigQuery package for dynamic table destinations.
BigQuery package for dynamic table destinations. Import All.
import com.spotify.scio.bigquery.dynamic._