Skip to main content
Answer

Toolkit - Transformation to Data Model

  • June 10, 2025
  • 1 reply
  • 31 views

Sharizan Mohd Redzuan
Seasoned
Forum|alt.badge.img+4

Hi Community,

I am using a toolkit and I am doing some transformation from RAW to the Data Model. From the Documentation Online, I only see example on how to apply the toolkit transformation to legacy tables (assets, events, timeseries,etc)

This is sample of transformation format for toolkit:

 

 

Anyone know what is the configuration if we want to transform to Data Model? How to apply the space name and external id?

 

Thank you.

Best answer by Anders Albert

Toolkit follows the API, so you can always lookup there: https://api-docs.cognite.com/20230101/tag/Transformations/operation/createTransformations


For the destination part it will look like this if you are writing to, for example, CogniteAsset:

destination:
type: nodes
view:
space: cdf_cdm
externalId: CogniteAsset
version: v1
instanceSpace: sp_my_instances

 

1 reply

Anders  Albert
Seasoned Practitioner
Forum|alt.badge.img
  • Seasoned Practitioner
  • Answer
  • June 10, 2025

Toolkit follows the API, so you can always lookup there: https://api-docs.cognite.com/20230101/tag/Transformations/operation/createTransformations


For the destination part it will look like this if you are writing to, for example, CogniteAsset:

destination:
type: nodes
view:
space: cdf_cdm
externalId: CogniteAsset
version: v1
instanceSpace: sp_my_instances