You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/15 21:41:30 UTC

[GitHub] [airflow] eladkal commented on issue #20832: Unable to specify Python version for AwsGlueJobOperator

eladkal commented on issue #20832:
URL: https://github.com/apache/airflow/issues/20832#issuecomment-1013758340


   @SamWheating We can make them configurable
   
   I'm just not I'm not 100% why must we create the command. Can't we just leave the `create_job_kwargs` as the user passes? 
   
   
   https://github.com/apache/airflow/blob/5ca5693b81b129cd34367fe8788d48ed70054f95/airflow/providers/amazon/aws/hooks/glue.py#L206
   https://github.com/apache/airflow/blob/5ca5693b81b129cd34367fe8788d48ed70054f95/airflow/providers/amazon/aws/hooks/glue.py#L217
   
   There are other parameters that don't get this special treatment:
   https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/glue.html#Glue.Client.create_job
   
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org