You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#14 added support for forcing data types based on SK Schema for numeric types. This leaves open the issue where the plugin gets data that we don't have good type information on and we write data with the wrong type to Influx, tainting the path in Influx.
We could add an option prevent writing values with no type information from SK schema.
The text was updated successfully, but these errors were encountered:
#14 added support for forcing data types based on SK Schema for numeric types. This leaves open the issue where the plugin gets data that we don't have good type information on and we write data with the wrong type to Influx, tainting the path in Influx.
We could add an option
prevent writing values with no type information from SK schema
.The text was updated successfully, but these errors were encountered: