refactor to add ingest batchs for better traceability
This commit is contained in:
@@ -22,6 +22,7 @@ type RejectedMeteoData struct {
|
||||
}
|
||||
|
||||
type FileStats struct {
|
||||
BatchID int `json:"batch_id"`
|
||||
RowsInserted int `json:"rows_inserted"`
|
||||
RowsRejected int `json:"rows_rejected"`
|
||||
ElapsedMS int `json:"elapsed_ms"`
|
||||
|
||||
Reference in New Issue
Block a user