Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecoverDatabaseTables ¶
type RecoverDatabaseTables struct { // DatabaseName scans this Glue database for missing partitions DatabaseName string // MatchPrefix will match tables whose name begins with this prefix MatchPrefix string // Start sets the start of the scan range Start time.Time // End sets the end of the scan range End time.Time // NumWorkers sets the number of parallel scans to run on each table NumWorkers int // DryRun is a flag to not modify any partitions DryRun bool // Stats holds the stats for all tables recovered Stats RecoverStats }
type RecoverStats ¶
type RecoverTablePartitions ¶
type RecoverTablePartitions struct { DatabaseName string TableName string NumWorkers int DryRun bool Start time.Time End time.Time LastDate time.Time Stats RecoverStats }
RecoverTablePartitions scans a date range to recover missing partitions
type SyncDatabaseTables ¶
Click to show internal directories.
Click to hide internal directories.