Hello experts,
I’m looking to work with data workflows.
I’m looking to trigger on node with a specific attribute (direct relation to another view) empty.
I’m trying to work with the UI but I struggle with the Data modeling query validation.
I don’t understand why the validation fails and what is the expected format for the query : JSON seems to be the expected format as seen here :
But documentation uses YAML : https://docs.cognite.com/cdf/dm/dm_concepts/dm_querying#graph-query-examples
I’m a bit lost and I need your help.

And my query :
{
"with":[
{
"ts":{
"nodes":{
"filter":{
"exists":{
"property":[
"nameTranslations"
]
}
}
},
"limit":1000
}
}
],
"select":[
{
"ts":{
"sources":[
{
"source":{
"type":"view",
"space":"MaMaTa_Core_Views",
"externalId":"MamataTimeSeries",
"version":1
},
"properties":[
"*"
]
}
]
}
}
]
}Many thanks,
Regards,
Pierre
Check the
documentation
Ask the
Community
Take a look
at
Academy
Cognite
Status
Page
Contact
Cognite Support