QS Multiple Datasets Join In Cloudformation Template

Hi,
Im trying to create dataset from cfn in the way of joining 3 datasets like AxB, AxC to create base dataset A through JoinInstruction in Dataset template. However, I cannot create the dataset with many errors in many deploys showing like “LogicalTableMap must have a single root” or “Circular Dependency” joining from base dataset so, Is there any example template or solution to solve this.

Have you tried running this on your joined dataset resources?

Hi, Thank for your answer
in this case, I am aiming to deploy joined dataset(s) with multiple stacks differently so, I have to create them via cfn and not recreating from existing resources like blog said.

Right, but have you tried this out and looked into how it is formatted in JSON / YAML?

From there you can change it based on your requirements.