cloudquery/plugin-sdk

Use nanosecond precision for timestamps

hermanschaaf opened this issue · 1 comments

Currently timestamps are limited to microsecond precision, and nanoseconds are truncated due to a limitation of time.Now() on Linux and Mac. Supporting Arrow nanosecond precision timestamps will allow full resolution to be stored on all platforms.

As far as I know we do support Arrow nanosecond timestamps now, but I think we will just keep using microsecond precision for cq_sync_time as there's little need to support nanosecond there. Closing