refactor: rename Extractor Exec method
This commit is contained in:
@@ -91,7 +91,7 @@ func buildExtractQueryPostgres(
|
||||
return query
|
||||
}
|
||||
|
||||
func (postgresEx *PostgresExtractor) Exec(
|
||||
func (postgresEx *PostgresExtractor) ProcessPartition(
|
||||
ctx context.Context,
|
||||
tableInfo config.SourceTableInfo,
|
||||
columns []models.ColumnType,
|
||||
|
||||
Reference in New Issue
Block a user