Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigQueryClient ¶
type BigQueryClient interface { InsertClusterCreationRecord(ctx context.Context, clusterID, workflowName, flavor, actor string) error InsertClusterDeletionRecord(ctx context.Context, clusterID, workflowName string) error }
BigQueryClient is a BigQuery client that operates on `IngestionRecord`s.
func NewClient ¶
func NewClient(cfg *config.BigQueryConfig) (BigQueryClient, error)
NewClient returns a new BigQuery client
Click to show internal directories.
Click to hide internal directories.