
Ultimate access to all questions.
Consider a scenario where you need to synchronize partitions in an AWS Glue Data Catalog with a data lake stored in S3. What strategies would you employ to ensure that all partitions are correctly reflected in the catalog, especially when new data is frequently added?
A
Manually update the partitions in the AWS Glue Data Catalog each time new data is added.
B
Use AWS Glue crawlers to automatically detect and update partitions in the data catalog.
C
Write a custom script to map S3 directories to partitions in the AWS Glue Data Catalog.
D
Ignore partition synchronization as AWS Glue Data Catalog automatically handles it.