Skip to content

Adds explicit require for influxdb-client

Richard Chong requested to merge cd8497-fix-influxdb-gem-import into main

What does this MR do and why?

I missed another library that needs to be explicitly required for the formatter to work 😓

influxdb-client needs to be imported explicitly so that it can be used properly.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Verified it by using this gem version in my cdot branch to make sure I am not getting an uninitialized constant error.

The one with the fix still failed but that's more just because the influxdb_token was not set in my test branch 😅

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Richard Chong

Merge request reports