Kyunghwan Choi
08/28/2024, 6:50 PMdatetime
to create a date-time field in inline stream maps based on another field? I want to create a new field based on the epoch timestamp we have in the data, but I could not make it work.Edgar Ramírez (Arch.dev)
08/28/2024, 7:01 PMKyunghwan Choi
08/28/2024, 7:09 PMEdgar Ramírez (Arch.dev)
08/28/2024, 7:09 PMsomefield
?Kyunghwan Choi
08/28/2024, 7:10 PMKyunghwan Choi
08/28/2024, 7:10 PMEdgar Ramírez (Arch.dev)
08/28/2024, 7:12 PMupdatedAt: datetime.datetime.fromtimestamp(somefield)
Kyunghwan Choi
08/28/2024, 7:15 PM