Skip to Main Content
Data services feedback portal

Welcome to our feedback site!


We created this site to hear your enhancement ideas, suggestions and feedback about CONNECT products and services. All of the feedback you share here is monitored and reviewed by the CONNECT product managers.

To start, take a look at the ideas in the list below and VOTE for your favorite ideas submitted by other users. POST your own idea if it hasn’t been suggested yet. Include COMMENTS and share relevant business case details that will help our product team get more information on the suggestion. Please note that your ideas and comments are visible to all other users.


This page is for feedback specifically for CONNECT data services. For links to our other feedback portals, please see RESOURCES below.

Status No status
Created by Jean-Philippe Tricart
Created on Sep 25, 2025

Add a method on adh_sample_library_preview library to get stream with a specific UOM

Hello Team,

We really like the adh_sample_library_preview python library.

We need to transform data from an original uom to a specific uom.

We have seen it is possible to get data transform without creating a streamView (we don't want to use streamViews) https://docs.aveva.com/bundle/connect-data-services-developer/page/developer-guide/sequential-data-store-dev/sds-read-data.html#unit-conversion-of-data

But we didn't find any specific method in the library.

For now, we have found a workaround but really appreciate if you can integrate in a proper manner into the lib... ;-)

values_in_fahrenheit = cds.baseClient.request( "POST", cds.Streams._Streams__transform_path.format(stream=url), params={ "startIndex": start, "skip": skip, "count": count, }, json=[{"SdsTypePropertyId": "Value", "Uom": "degree Fahrenheit"}],)


  • Attach files