Documentation
¶
Index ¶
Constants ¶
View Source
const ( AWSAccessKey = "accessKey" AWSAccessSecret = "accessKeyID" AWSBucketNameConfig = "bucketName" RSHost = "host" RSPort = "port" RSDbName = "database" RSUserName = "user" RSPassword = "password" )
String constants for redshift destination config
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HandleT ¶
type HandleT struct {
DbHandle *sql.DB
Db *sql.DB
Namespace string
CurrentSchema map[string]map[string]string
Warehouse warehouseutils.WarehouseT
Upload warehouseutils.UploadT
}
func (*HandleT) CrashRecover ¶
func (rs *HandleT) CrashRecover(config warehouseutils.ConfigT) (err error)
func (*HandleT) MigrateSchema ¶
type RedshiftCredentialsT ¶
type RedshiftCredentialsT struct {
// contains filtered or unexported fields
}
RedshiftCredentialsT ...
type S3ManifestEntryT ¶
type S3ManifestT ¶
type S3ManifestT struct {
Entries []S3ManifestEntryT `json:"entries"`
}
Click to show internal directories.
Click to hide internal directories.