Hi,
Can you please provide an example illustrating how to query a property of a view in a CDF data model that is a reverse direct relation, using an SQL transformation?
My concrete example looks something like this.:
type Book{
title: String
author_rel: Author
}
type Author{
name: String
books_rel: [Book] @reverseDirectRelation(throughProperty: "author_rel")
}
However, it would also be nice to get examples for the case of a list direct relations or list of reverse direct relations.
Best regards,
Arnfinn Aamodt
AKSO DataOps