Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client implements the standard/official BQ (cloud) Client, using the regular insertAll API with retry logic added on top of that. By default the workers will also batch its received rows rather than writing them one by one, this can be disabled by setting the batchSize value to the value of 1.
func NewClient ¶
func NewClient(projectID, dataSetID, tableID string, ignoreUnknownValues bool, sourceFormat bigquery.DataFormat, writeDisposition bigquery.TableWriteDisposition, schema *bigquery.Schema, logger log.Logger, opts ...option.ClientOption) (*Client, error)
NewClient creates a new Client.
Click to show internal directories.
Click to hide internal directories.