Solved
Hosted HiveMQ Extractor defaults to OLD Time Series and not CogniteTimeSeries
Is there a way to configure a Hosted HiveMQ Extractor to extract the data into CogniteTimeSeries and not the traditional Time Series?
Is there a way to configure a Hosted HiveMQ Extractor to extract the data into CogniteTimeSeries and not the traditional Time Series?
Ah, you’re using the built-in sparkplug format? The frontend doesn’t support this yet, so you will have to use the API, but we do support setting data modelling space on outputs of the sparkplug mapping, see https://api-docs.cognite.com/20230101/tag/Jobs/operation/create_jobs
I’m realizing the docs there are actually missing sparkplug, but the config is the same as the Cognite format type, i.e.
"format": {
"type": "sparkplug",
"dataModels": {
"space": "my-space"
}
}Adding this to the frontend is planned, I believe.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.