QuestionQ261
Data Ingestion and TransformationA company must load customer data received from a third party into an Amazon Redshift data warehouse. The company keeps order data and product data in that same warehouse. It wants to use the combined dataset to identify potential new customers.
A data engineer observes that one field in the source data contains values in JSON format.
How should the data engineer load the JSON data into the data warehouse with the LEAST effort?
- A Use the SUPER data type to store the data in the Amazon Redshift table.
- B Use AWS Glue to flatten the JSON data and ingest it into the Amazon Redshift table.
- C Use Amazon S3 to store the JSON data. Use Amazon Athena to query the data.
- D Use an AWS Lambda function to flatten the JSON data. Store the data in Amazon S3.
Community Discussion