AutoIDM / tap-clickup

tap-clickup , singer compliant tap for pulling clickup data
MIT License
12 stars 20 forks source link

Invalid Due_date schema type for List Schema #50

Closed LucasZielke closed 2 years ago

LucasZielke commented 2 years ago

The ClickUp Api dictates that the values for the due_date are defined by $.due_date which makes it appear that they are assigned in relation to $.due_date_time = bool . Where if $.due_date_time = true than $.due_date is a datetime string thats in epoch whereas the singer specifications are based on "Json-schema" which are expecting it to be in Unix timestamp (RFC3339)

visch commented 2 years ago

I've found a number of inconsistencies with their documentation (which shows one example of the data) and production data. I can take a look at this one!

To generate the json schema's I tried using produciton data (or as close as I could to production data)

Is this leading to any errors on your end that you could post?

visch commented 2 years ago

Thank you so much for that @LucasZielke , appreciate it!