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
Currently, all OnAIR configurations require a Telemetry metadata file, defining the telemetry headers and a variety of testing parameters per telemetry type in a json table. While this works for the smaller test-type data functions used so far, users may be discouraged if they need to manually create an entry for all columns in their data as that number grows.
As discussed in last week's meeting, it seems like the easiest solution is to implement functionality to generate a Telemetry Metadata file if none is given, using user provided headers. For CSV's, we could simply use the header row if one exists. The Redis case is more difficult; perhaps dictionary or database keys could be used.
The text was updated successfully, but these errors were encountered:
Currently, all OnAIR configurations require a Telemetry metadata file, defining the telemetry headers and a variety of testing parameters per telemetry type in a json table. While this works for the smaller test-type data functions used so far, users may be discouraged if they need to manually create an entry for all columns in their data as that number grows.
As discussed in last week's meeting, it seems like the easiest solution is to implement functionality to generate a Telemetry Metadata file if none is given, using user provided headers. For CSV's, we could simply use the header row if one exists. The Redis case is more difficult; perhaps dictionary or database keys could be used.
The text was updated successfully, but these errors were encountered: