RADAR-base / RADAR-REST-Connector

A Kafka Source connector to receive data from REST APIs and publish them to Kafka. It has an extended version to support FitBit APIs.
https://radar-base.org/
Apache License 2.0
4 stars 4 forks source link

FitBit ActivityLog API is not compatible anymore? #98

Closed nivemaham closed 1 year ago

nivemaham commented 1 year ago

One of our customer has reached out and informed that some of the data received from Our FitBit connector reports missing values. Their main requirement is to know the activity level and type. image

I investigated the schema, which looks fine. And the corresponding Converter Class and WebAPI . It looks like the WebAPI has an array of activityLevel vs the converter class is looking for activityLevels. If not found, then report Null, which could potentially be why it is always Null for them?

Can anyone confirm if I am looking at the right API and class and if this is a valid bug? @blootsvoets , @yatharthranjan

blootsvoets commented 1 year ago

Fixed in https://github.com/RADAR-base/RADAR-REST-Connector/commit/9b0809ef269e5beeb74b02f9dd437e4ae286f27a.