Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You need to discover the schema of a new data source in the AWS Glue Data Catalog. The data source is stored in an S3 bucket in CSV format. What is the most efficient way to populate the data catalog with the schema?
A
Manually define the schema in the AWS Glue Data Catalog based on the CSV file structure.
B
Use an AWS Glue crawler to scan the S3 bucket and infer the schema from the CSV file.
C
Create an AWS Glue job that reads the CSV file and extracts the schema, then use the output to update the data catalog.
D
Use the AWS Glue console to upload the CSV file and automatically generate the schema in the data catalog.