visch
10/06/2021, 12:12 PMrfc3339
, we left this to the target as changing data felt wrong in the tap.juan_sebastian_suarez_valencia
10/06/2021, 12:14 PMjuan_sebastian_suarez_valencia
10/06/2021, 12:14 PMvisch
10/06/2021, 12:20 PMvisch
10/06/2021, 12:20 PMjuan_sebastian_suarez_valencia
10/06/2021, 12:30 PMvisch
10/06/2021, 12:38 PMtap-clickup
juan_sebastian_suarez_valencia
10/06/2021, 12:50 PMaaronsteers
10/06/2021, 3:26 PMformat
for epoch, which is clearly self-describing as (something like datetime-epoch
) - which would then give the target guidance on how to load.visch
10/06/2021, 3:27 PMaaronsteers
10/06/2021, 3:29 PMformat
strings, aside from the ones already defined, I think anything is basically legal. But we'd need some kind of spec guidance and/or community alignment to get targets and taps on the same page with what the format string (or other JSON Schema annotation) is implying.visch
10/06/2021, 3:30 PMaaronsteers
10/06/2021, 3:32 PMformat='sqltype:varchar(100)'
(not exactly but something like this) which tells the downstream target how the data was originally encoded at the tap level. But I don't know how common this is, and it probably wouldn't exactly match this use case because epoch isn't generally a SQL datatype - or if it is, it's datetime
. 🙂