My data model was working fine until I added a new table agency_month_target. It created a circular reference and a sync key. the fact_sales_agg table is the main table that was linking everything else. This is how my data model looks like right now. If I need to build a link table which tables do I need to link together?