DebugClient's dataset_timestamp parameter does not work
Closed this issue · 0 comments
jamie256 commented
Description
The underlying WhyLabs API expects a integer value representing time in ms since epoch, but the DebugClient requires it to be a timezone aware datetime, or None. So only None works.
Suggestions
convert datetime to ms since epoch before sending the debug event to WhyLabs
- I have reviewed the Guidelines for Contributing and the Code of Conduct.