Hi,
I am trying to set the is-step parameter of a timeseries a tag that I am reading from a ThingWorx Kepware Server OPC UA server to true.
I am using the config.example.yml that comes with the OPC UA Extractor installation and the following document as references: https://docs.cognite.com/pt/cdf/integration/guides/extraction/configuration/opcua#-custom-numeric-types
The source tag has a Long data type in the OPC Server (no decimal digits). It is increasing from 0 to 100 in a increment of 1 updating every 5 seconds.
I created a very simple yml (attached) containing only the tag that I want to read. It is a working file, meaning that I can see data flowing to the cloud, but the step property does not change to true. What could be missing?
Thanks.