feat: update extractor error handling to use models.UnknownRowValues for improved type consistency

This commit is contained in:
2026-04-10 19:29:07 -05:00
parent ca621352c9
commit d228a048b8
4 changed files with 4 additions and 254 deletions

View File

@@ -160,7 +160,7 @@ func logSampleRow(
schema string,
table string,
columns []ColumnType,
rowValues UnknownRowValues,
rowValues models.UnknownRowValues,
tag string,
) {
log.Infof("[%s.%s] Sample row: (%s)", schema, table, tag)