`configuration_overrides` is a required field in `EmrServerlessStartJobOperator`, but [it's not a required field](https://docs.aws.amazon.com/emr-serverless/latest/APIReference/API_StartJobRun.html#API_StartJobRun_RequestBody). Error message when trying to start a job without it: ``` E airflow.exceptions.AirflowException: Argument ['configuration_overrides'] is required ```