From 0cfddddbd0b05f47cf6f7f76914034cc5627ab00 Mon Sep 17 00:00:00 2001 From: lahdirakram Date: Thu, 30 Oct 2025 17:46:02 +0100 Subject: [PATCH] increases airbyte emitted at precision from millisecond timestamp into a nano second timestamp for better event ordering in destination --- cmd/internal/logger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/internal/logger.go b/cmd/internal/logger.go index 0ada8c0..8f8e4c5 100644 --- a/cmd/internal/logger.go +++ b/cmd/internal/logger.go @@ -63,7 +63,7 @@ func (a *airbyteLogger) Record(tableNamespace, tableName string, data map[string Namespace: tableNamespace, Stream: tableName, Data: data, - EmittedAt: now.UnixMilli(), + EmittedAt: now.UnixNano(), }, }