Documentation ¶
Index ¶
Constants ¶
View Source
const ( GCPProjectID = "project" GCPCredentials = "credentials" )
String constants for bigquery destination config
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BQCredentialsT ¶
type BQCredentialsT struct {
// contains filtered or unexported fields
}
type HandleT ¶
type HandleT struct { BQContext context.Context DbHandle *sql.DB Db *bigquery.Client Namespace string CurrentSchema map[string]map[string]string Warehouse warehouseutils.WarehouseT ProjectID string Upload warehouseutils.UploadT }
func (*HandleT) CrashRecover ¶
func (bq *HandleT) CrashRecover(config warehouseutils.ConfigT) (err error)
func (*HandleT) MigrateSchema ¶
Click to show internal directories.
Click to hide internal directories.