Try this, Parent Table To Source Qualifier(Parent) & Child Table To Source Qualifier(Child)
Next, Join both Source qualifiers based on a join condition using Join Transform (or) If you want to Union both data sets then use Union transoform
Next, Use expression transform for cleaning,filtering data or to apply any logic
Last, Map the expression transform to load the Target table