Hello,
I am using a dataflow to load data from a bunch of JSON files into CDS. The dataflow contains multiple queries, the results of most of these queries will be marked as "Do not load", only a few queries have the final data that gets loaded into my entities (tables in CDS containing those entities, really). This works fine most of the time.
The problem is that sometimes one of these queries fails. My expectation was that when this happens, none of the queries will load their result into CDS. However, this is not the case. All the queries but the failing one will load data into CDS. Which makes little sense, e.g. for a set of 4 queries where 1 query is for a parent entity and the other 3 are for child entities. Why load the children into CDS if the parent could not be loaded?
Is this the expected behavior? Will this ever be corrected?
Regards,
Levente