refactor: rename Extractor Exec method

This commit is contained in:
2026-04-26 01:17:40 -05:00
parent 6ad25e5889
commit 7bde77dcc5
4 changed files with 33 additions and 33 deletions

View File

@@ -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,