emr-serverless-samples icon indicating copy to clipboard operation
emr-serverless-samples copied to clipboard

configuration_overrides shouldn't be required

Open dacort opened this issue 3 years ago • 0 comments

configuration_overrides is a required field in EmrServerlessStartJobOperator, but it's not a required field.

Error message when trying to start a job without it:

E           airflow.exceptions.AirflowException: Argument ['configuration_overrides'] is required

dacort avatar Aug 17 '22 23:08 dacort