whylabs/whylogs

DebugClient's dataset_timestamp parameter does not work

Closed this issue · 0 comments

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