romibuzi commented on issue #29423: URL: https://github.com/apache/airflow/issues/29423#issuecomment-1423190237
@gabFirmaway Which parameters did you set in `create_job_kwargs` of your task definition? The GlueJobOperator should only update parameters which are set in the DAG task definition in case there is something different defined in Glue: https://github.com/apache/airflow/blob/fdac67b3a5350ab4af79fd98612592511ca5f3fc/airflow/providers/amazon/aws/hooks/glue.py#L307-L309 -- 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]
