Skip to main content

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.

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

 


Reply