Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null/NaN support in SiteWise #345

Open
hwandersman opened this issue Aug 12, 2024 · 0 comments
Open

Null/NaN support in SiteWise #345

hwandersman opened this issue Aug 12, 2024 · 0 comments

Comments

@hwandersman
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
IoT SiteWise is preparing to release a new feature to allow null and NaN values. We need to test the backend datasource with the new SDK changes to fix things if this feature breaks the plugin.

There are 2 major changes:

  1. NaN values will be supported in the doubleValue data type
  2. A new data type called nullValue will be supported.

Describe the solution you'd like
We'd like to first check if these changes break anything on the data charts. If they do, then we want to simply ignore these values, or treat them as empty.

Describe alternatives you've considered
None

Additional context
We are planning to release this feature in the next few weeks and need to determine it's impact ASAP.

I have the GoLang build of the latest SDK with these model changes that we need to test. Can use some support for testing this locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants