0

I have few datasets which are created in aws quicksight from s3 containing json data. I have a requirement to join for ex alpha dataset with beta and gamma without duplicating the fields. Is there any way I can achieve this?

If not is there an alternative to achieve this maybe using Athena?

Thanks!!

1 Answers1

0

This is the way database joins work: If multiple rows satisfy the join condition due to there being a one-to-many or many-to-many relationship between the table, then rows are duplicated. See Why do multiple-table joins produce duplicate rows?

In the context of QuickSight see https://community.amazonquicksight.com/t/duplicated-data-in-qs-left-join/1393 for a possible workaround for this.

darcoli
  • 411
  • 3
  • 5