Open dacort opened 2 years ago
configuration_overrides is a required field in EmrServerlessStartJobOperator, but it's not a required field.
configuration_overrides
EmrServerlessStartJobOperator
Error message when trying to start a job without it:
E airflow.exceptions.AirflowException: Argument ['configuration_overrides'] is required
configuration_overrides
is a required field inEmrServerlessStartJobOperator
, but it's not a required field.Error message when trying to start a job without it: