vatsrahul1001 commented on issue #40103: URL: https://github.com/apache/airflow/issues/40103#issuecomment-2162388895
@fjmacagno EmrServerlessCreateApplicationOperator returns application id which you are using in your DAG here `application_id: str = str(create_app.output)`. configuration_overrides is of type `dict` why are we xcom result of `EmrServerlessCreateApplicationOperator` would not be dict in this case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
