steve_clarke
09/20/2021, 5:12 AMedgar_ramirez_mondragon
09/20/2021, 2:46 PMdate
format and most targets should be able to use that to create the right column type. So the tap may send a schema
{
"type": "object",
"properties": {
"some_date": {
"type": "string",
"format": "date"
}
}
}
and the record might look like
{
"some_date": "2021-09-20"
}
aaronsteers
09/20/2021, 3:37 PM+1
for not converting dates to datetime, for the reason you mention that adding and then reversing the process by converting back into a date can have the averse effect of actually changing the original value.steve_clarke
09/20/2021, 9:38 PMedgar_ramirez_mondragon
09/20/2021, 9:40 PMsteve_clarke
09/20/2021, 9:42 PMedgar_ramirez_mondragon
09/20/2021, 9:44 PMdate
either 😅steve_clarke
09/20/2021, 9:52 PMedgar_ramirez_mondragon
09/20/2021, 9:56 PMdate
type here and add to the test casessteve_clarke
09/20/2021, 9:58 PMsteve_clarke
10/01/2021, 12:44 AM