Question
OPC UA extractor: setting cognite.metadata-targets.clean.space silently disables classic asset creation despite clean.assets: true — intended?
We hit an undocumented behavior of the OPC UA extractor (version 2.38.0, Docker) that we'd like to confirm.
Setup: cognite.metadata-targets.clean with assets: true, timeseries: true, relationships: true, plus extraction.update fully enabled. This had been running fine for months — classic asset hierarchy plus classic time series.
What we did: we added the GA Core Data Model space option to the same clean block:
metadata-targets:
clean:
assets: true
timeseries: true
relationships: true
space: "<our-instance-space>"
What we observed:
- As documented, time series switched to CogniteExtractorTimeSeries instances in the space, with datapoints available via
instanceId. - Not documented: classic asset creation stopped entirely, even though
clean.assets: truewas still set. We verified this by deleting the extractor-managed asset hierarchy and restarting the extractor: after a full startup browse, no assets were recreated — no error, no failure run on the extraction pipeline, nothing in the space either (the docs state only CogniteTimeSeries is supported, so no CogniteAssets — also confirmed). - Removing only the
spaceline and restarting immediately recreated the full classic asset hierarchy (all assets, correct parents) and re-linked the existing classic time series.
So with clean.space set, the extractor writes CDM time series but no asset context anywhere — the assets: true flag is silently ignored.
Questions:
- Is disabling classic asset creation when
clean.spaceis set intended behavior? If so, could this be stated in theclean.assets/clean.spacedocumentation? A warning at startup would also help. - What is the recommended way to keep hierarchy context when using
clean.space— is CogniteAsset support on the roadmap, or is thedata-models(alpha) target the only option today?
Check the
documentation
Ask the
Community
Take a look
at
Academy
Cognite
Status
Page
Contact
Cognite Support
