Main
execution.core.main
¶
Main Entry Point for ETL Job Execution
This module provides the main entry point for executing ETL jobs in AWS Glue. It orchestrates the configuration parsing and job execution workflow.
main()
¶
Main entry point for ETL job execution.
This function coordinates the entire ETL job lifecycle: 1. Parse job arguments from command line 2. Create job configuration 3. Initialize and run the job
The function handles exceptions gracefully and exits with appropriate status codes for monitoring and alerting purposes.