epam / ai-dial-analytics-realtime

Realtime analytics server for AI DIAL. The service consumes the logs stream AI DIAL Core, analyzes the conversation and writes the analytics to InfluxDB
https://epam-rail.com
Apache License 2.0
8 stars 3 forks source link

fix: fix handling of datetime with less than 3 fractional digits for seconds (#14) #16

Closed Allob closed 11 months ago

Allob commented 11 months ago

fixes https://github.com/epam/ai-dial-analytics-realtime/issues/14 The datetime.fromisoformat() function from python 3.10, does not support 1 or 2 fractional digits for seconds. Have to switch to dateutils here, which can handle this format correctly.

Allob commented 11 months ago

/deploy-review

Deployment status: failed

Allob commented 11 months ago

/deploy-review

Deployment status: success