doublecloud/transfer

Yt dest partition use UTC+3

Closed this issue · 1 comments

ykuc commented

I use partition by column current_server_timestamp, but in sending data use partition UTC+3 //home/path_to_table/partition
Not critical, but strange

Example:

current_server_timestamp: 2024-12-06T20:31:04.619572Z
partition: 2024-12-06

current_server_timestamp: 2024-12-06T21:01:06.177199Z
partition: 2024-12-07

Config:

      Rotation:
        TimeColumn: "current_server_timestamp"
        PartType: "d"
        PartSize: 1
        KeepPartCount: 700
        TableNameTemplate: ""
      Cleanup: "Disabled"
image

Yeah, there is a hardcoded locale for now, will fix it as part of this issue