
Ultimate access to all questions.
You are working on a project that requires the consumption of data from various sources using an AWS Glue Data Catalog. Describe how you would ensure that the data from these sources is accurately represented in the catalog, including handling schema mismatches and data quality issues.
A
Ignore schema mismatches and data quality issues as AWS Glue Data Catalog automatically handles them.
B
Use AWS Glue crawlers to detect and handle schema mismatches and data quality issues.
C
Manually inspect each data source and update the AWS Glue Data Catalog accordingly.
D
Write custom ETL jobs to handle schema mismatches and data quality issues before cataloging.